RISC-V is now officially supported by CPython! | Python Insider
Over the last few months, Iβve been working on improving CPythonβs support for
the RISC-V architecture, and Iβm thrilled to announce that RISC-V is now
officially supported by CPython as a tier 3
platform! π π
What is RISC-V?
RISC-V is an open instruction set architecture (ISA). Importantly,
unlike proprietary instruction sets (such as x86 and ARM), it is developed as an
open standard and can be implemented by anyone.
Its ecosystem has grown considerably in recent years and is projected to
qua...
Read more at blog.python.org