Can Mojo 🔥 be used to develop microcontrollers such as Arduino? #1461
Replies: 1 comment
-
Eventually, it could depending on how coupled mojo is with its standard library. Rust has a Mojo would probably need to have a very basic std-less core that the regular standard library rests on top of. I haven't programmed on arduino's, but I know the concept with other baremetal devices. I'm guessing arduino already comes with a library to do things like allocate memory and do memory-mapped IO (so you can access GPIO pins). Mojo should be able to access the library with some FFI to call C functions (although I'm not sure what kind of ABI arduino has) |
Beta Was this translation helpful? Give feedback.
-
I wonder if the Mojo programming language 🔥 is capable of programming microcontrollers like the Arduino?
Beta Was this translation helpful? Give feedback.
All reactions