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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

The Fay Programming Language: Compile Haskell to JavaScript

40 点作者 djohnsonm将近 13 年前
A proper subset of Haskell that compiles to JavaScript.

2 条评论

drostie将近 13 年前
While I appreciate that they moved the site out to a dedicated URL, this is a duplicate of yesterday's HN submission:<p><a href="https://news.ycombinator.com/item?id=4276625" rel="nofollow">https://news.ycombinator.com/item?id=4276625</a><p>People may appreciate the comments there.
评论 #4282167 未加载
flyhighplato将近 13 年前
Amazing stuff. This may finally give me an excuse to learn Haskell.<p>I have some concerns, though. I'm no JS expert, but it seems to me the resulting code is a bit difficult to read. The good thing about CoffeeScript is that the code that comes out is more or less like what you put in.