Hacker News new | ask | show | jobs
EmbLua: Lua for Microcontrollers (github.com)
7 points by weeber 970 days ago
1 comments

How does this compare to things like MicroPython?

I wonder if there are similar projects where the compiler is offloaded to some non-MCU host computer. For a project where low latency matters, I would like to have some lightweight VM on a MCU where I can run some programs pushed via TCP/IP, for instance.