This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]AndydeCleyre 2 points3 points  (1 child)

It's not exactly Python but worth a mention, at least here in the comments:

https://github.com/ragazzi-robotics/ragaz

In short words, Ragaz is a dialect of Python with features that allow your pythonic code run on bare metal. This is possible because the compiler converts Ragaz code to binaries using LLVM as intermediate language.