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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Asterius – Haskell to WebAssembly Compiler

156 点作者 entelechy超过 6 年前

5 条评论

danharaj超过 6 年前
See also webghc which has an alternative strategy to writing a new RTS and code generator. They are cross compiling to wasm via llvm. <a href="https:&#x2F;&#x2F;webghc.github.io&#x2F;2019&#x2F;01&#x2F;18&#x2F;state-of-webghc-january-2019.html" rel="nofollow">https:&#x2F;&#x2F;webghc.github.io&#x2F;2019&#x2F;01&#x2F;18&#x2F;state-of-webghc-january-...</a>
评论 #19074641 未加载
boramalper超过 6 年前
Surprised to see that no one has mentioned GHCJS &lt;<a href="https:&#x2F;&#x2F;github.com&#x2F;ghcjs&#x2F;ghcjs&gt;" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;ghcjs&#x2F;ghcjs&gt;</a> still.<p>I have used it[0] a year ago and despite my shallow understanding of Haskell, I have managed to port my CLI app to Haskell fairly easily!<p>[0]: <a href="https:&#x2F;&#x2F;github.com&#x2F;boramalper&#x2F;boolexman" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;boramalper&#x2F;boolexman</a>
评论 #19072146 未加载
评论 #19072778 未加载
pushtheenvelope超过 6 年前
I&#x27;m curious how they solve garbage-collection, since last time I checked WebAssembly doesn&#x27;t yet support that?
评论 #19073061 未加载
评论 #19072879 未加载
评论 #19071274 未加载
评论 #19071885 未加载
评论 #19071540 未加载
评论 #19071135 未加载
paultopia超过 6 年前
Client-side pandoc would actually be reaaaal interesting
评论 #19071674 未加载
allenleein超过 6 年前
Another &#x27;Haskell to WebAssembly&#x27; project:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dfinity&#x2F;dhc" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;dfinity&#x2F;dhc</a>