When we look at something small like connected sensor - will it have enough power to support runtime for Java/JavaScript/C#?
Ask HN: IOT devices – what language to choose?
1–7 of 7 posts
Re: Ask HN: IOT devices – what language to choose?
#2- C
- Python
- Lua
Since new devices are more powerful and full OS can now be used, JavaScript is growing. Also, in the past J2ME was available, but it was a pain in the a.
Re: Ask HN: IOT devices – what language to choose?
#3I have worked and invested in M2M and IIOT companies, and I think the most effective languages are: - C - Python - Lua Since new devices are more powerful and full OS can now be used, JavaScript is growing. Also, in the past J2ME was available, but it was a pain in the a .
Re: Ask HN: IOT devices – what language to choose?
#4They also link to other small-footprint JS implementations.
Re: Ask HN: IOT devices – what language to choose?
#5Here's a JS that can run on small (64k ram) devices: http://duktape.org/ They also link to other small-footprint JS implementations.
Re: Ask HN: IOT devices – what language to choose?
#6Here's a JS that can run on small (64k ram) devices: http://duktape.org/ They also link to other small-footprint JS implementations.
Interesting! Looking... Does it have file system API? It it similar to NodeJS?
(NodeJS sits on top of a full featured unix operating system, so it can do all kinds of fancy things)
Re: Ask HN: IOT devices – what language to choose?
#7Earlier quoted context omitted.
Interesting! Looking... Does it have file system API? It it similar to NodeJS?
No filesystem API, it's quite different from NodeJS. (NodeJS sits on top of a full featured unix operating system, so it can do all kinds of fancy things)