We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
这里有一个更完整的列表:
http://www.haskell.org/haskellwiki/The_JavaScript_Problem
还有 Fay(虽然它只是 haskell 的子集)
https://github.com/faylang/fay
There is a more complete list here:
http://www.haskell.org/haskellwiki/The_JavaScript_Problem
and there is also Fay (although it is only a subset of haskell)
https://github.com/faylang/fay
您可能会发现此列表很有用:
https://github.com/jashkenas/coffee-script/ wiki/List-of-languages-that-compile-to-JS
从列表中:
我知道它不是 Haskell,但 Coffee 脚本是基于表达式的,而且相当优雅。
You may find this List useful:
https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS
From the List:
I know its not Haskell but Coffee script is expression based and rather elegant IMHO.
我偶然发现了这个名为 ghcjs 的项目,
它看起来很有前途!
引用自述文件:
I have stumbled upon this project called ghcjs
It seems promising!
Quote from the
README
:虽然 GHCJS 似乎没有得到积极维护,但 Emscripten 似乎相当流行。
我承认这是一个推测性的帖子。
While GHCJS does not seem to be actively maintained, Emscripten seems to be quite current.
I'll admit that this is a speculative post.
这种语言,Roy,也许不是真正的 Haskell(?),但看起来非常相似:
http ://roy.brianmckenna.org/
罗伊似乎还活着; GitHub 存储库中有许多分支: https://github.com/pufuwozu/roy
它似乎还活着: https://github.com/pufuwozu/roy/graphs
< br>
如果您使用的是 Play Framework 2.0,则有一个插件 Ray,可以在 Play Framework 2.0 上运行 Roy:
http://brianmckenna.org/blog/ray
https://github.com/pufuwozu/ray
最后一次提交是四个月前,时间相当长请记住,Play Framework 2 可能是在 4 或 5 个月前发布的。
This language, Roy, is perhaps not really Haskell (?), but it seems very similar:
http://roy.brianmckenna.org/
Roy seems to be alive; there are many forks in the GitHub repo: https://github.com/pufuwozu/roy
and it seems to be alive: https://github.com/pufuwozu/roy/graphs
If you're using Play Framework 2.0, then there's a plugin, Ray, to run Roy on Play Framework 2.0:
http://brianmckenna.org/blog/ray
https://github.com/pufuwozu/ray
The last commit was four months ago, which is rather long ago keeping in mind that Play Framework 2 was released perhaps 4 or 5 months ago.
Yesod 有一个“最高生产级别”候选列表: https://github.com /yesodweb/yesod/wiki/Javascript-Options (Yesod 是一个非常流行的 Haskell 网络框架,所以他们可能知道他们在说什么)
There is a list of "most production level" candidates from Yesod: https://github.com/yesodweb/yesod/wiki/Javascript-Options (Yesod is a very popular Haskell webframework so they may know what they are talking about)