Hacker News new | ask | show | jobs
by drozd 3234 days ago
mJS allows you to use C/C++ SDK functions directly without writing a glue code - basically, you can prototype things quite fast with the libraries/drivers that do not have any scripting support yet.
1 comments

But why not make that for micropython instead of making a whole new language?
Ideally you don't want to port the C/C++ over to Python: that's the value proposition of mJS, I think.