TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: IOT devices – what language to choose?

2 点作者 dartwing超过 8 年前
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 条评论

logronoide超过 8 年前
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 未加载
fulafel超过 8 年前
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 未加载