Live data from Hacker News

EmbLua: Lua for Microcontrollers

github.com

1–2 of 2 posts

Re: EmbLua: Lua for Microcontrollers

#2
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.