TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: IOT devices – what language to choose?

2 pointsby dartwingover 8 years ago
Guys, what language do you use for IOT devices? Is it C&#x2F;C++ only?<p>When we look at something small like connected sensor - will it have enough power to support runtime for Java&#x2F;JavaScript&#x2F;C#?

2 comments

logronoideover 8 years ago
I have worked and invested in M2M and IIOT companies, and I think the most effective languages are:<p>- C<p>- Python<p>- Lua<p>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<i></i>.
评论 #13628467 未加载
fulafelover 8 years ago
Here&#x27;s a JS that can run on small (64k ram) devices: <a href="http:&#x2F;&#x2F;duktape.org&#x2F;" rel="nofollow">http:&#x2F;&#x2F;duktape.org&#x2F;</a><p>They also link to other small-footprint JS implementations.
评论 #13628536 未加载