logoalt Hacker News

jononor05/19/20250 repliesview on HN

MicroPython can be used either as the top-level entry point, with your C/C++ code being modules (callable from Python). Or you can embed the interpreter into a C/C++ program - see the "embed" port for an example.