Lua beats MicroPython for embedded devs
embedded.com
Lua beats MicroPython for embedded devs
1–10 of 87 posts
Re: Lua beats MicroPython for embedded devs
#2Python does have the 'there should be one, preferably only one, way to do it' mantra, but to me it utterly fails at that, and is in fact a bit of a 'kitchen sink' or 'armchair' language.
That is it's strength in some ways, it's easy and approachable, and has more libraries than perhaps any other language, so you can usually get something working fairly quickly.
But it's not so suited to sparse environments. You can't easily turn a plump armchair with automatic footrests and telescoping side-tables into a plywood Eames.
Re: Lua beats MicroPython for embedded devs
#3Lua is just a much simpler language at heart. Python does have the 'there should be one, preferably only one, way to do it' mantra, but to me it utterly fails at that, and is in fact a bit of a 'kitchen sink' or 'armchair' language. That is it's strength in some ways, it's easy and approachable, and has more libraries than perhaps any other language, so you can usually get something working fairly quickly. But it's n…
The problem of "easy" is that it implies hidden complexity for its magic. The problem of "simple" is that it requires more work from its users.
Re: Lua beats MicroPython for embedded devs
#4Re: Lua beats MicroPython for embedded devs
#5The ease of embedding Lua, even with a C++ wrapper, is incredible. With little effort, I now have something I consider “ready”.
Not to mention, it’s a very lightweight VM.
Re: Lua beats MicroPython for embedded devs
#6Re: Lua beats MicroPython for embedded devs
#7I find it difficult to take any writing seriously when it uses phrases like this.
Re: Lua beats MicroPython for embedded devs
#8is anyone "serious" using micropython or lua for embedded work?
Re: Lua beats MicroPython for embedded devs
#9> [bolded] Lua isn’t just a high-level language. It’s an embedded dev strategy. I find it difficult to take any writing seriously when it uses phrases like this.
Re: Lua beats MicroPython for embedded devs
#10is anyone "serious" using micropython or lua for embedded work?