6 ms·
One more: https://cesanta.com/smartjs.shtml https://cesanta.com/smartjs.shtml Opinion: Lua is a better choice for IoT but alas the programming "market" has (ag
by rawdisk 11y ago
One more:
https://cesanta.com/smartjs.shtml https://cesanta.com/smartjs.shtml
Opinion: Lua is a better choice for IoT but alas the programming "market" has (again) chosen the worse alternative.
- bsder 11y agoLua has a significant strike against it in being 1-based when everything embedded you'd want to put Lua on is 0-based. In addition, the point of having Javascript is so that I can get my junior software folks (proxy for any inexperienced programmer) to write things for my embedded hardware instead of having to haul out my senior staff engineers who have 20 years of experience writing C for embedded devices. Look at Arduino vs. Raspberry Pi/BeagleBone. Arduino has way more developers because it was orders of magnitude easier to program. Ecosystem is important.
- deleted 11y ago[deleted]
- acoard 11y ago>Lua has a significant strike against it in being 1-based when everything embedded you'd want to put Lua on is 0-based. Why is being 0-based more important on embedded compared to other contexts?