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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What language do you like to see compiling into WebAssembly?

5 点作者 sendilkumarn将近 6 年前
WebAssembly gives you an entirely new perspective for writing applications. What language do you like to see compiled into WebAssembly and Why? If it is already compiling into WebAssembly what is your favourite feature in it.

4 条评论

pmontra将近 6 年前
Anything with a garbage collector. I don&#x27;t want to manage memory manually anymore.<p>But why are you asking?
评论 #20382055 未加载
amirouche将近 6 年前
Scheme, there chibi-scheme that compiles to wasm. My favorite feature is that it is very easy to express (html (code &quot;in s-expr&quot;)). On the bad side, the interaction with JavaScript side is kind of pain. I did not figure out (nor tried whatsoever) to create a (general?) message passing kind of facility, that would allow me to do both DOM manipulation and XHR.
billconan将近 6 年前
QBasic, it was part of my childhood memories, I want it to have a new life.
评论 #20387512 未加载
zzo38computer将近 6 年前
WebAssembly with macros.