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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Building a Lisp to Javascript compiler

68 点作者 mrhonza大约 12 年前

3 条评论

rsamvit大约 12 年前
"So, I decided to implement a simple version of Clojure that compiles to Javascript and can be run on top of nodejs."<p>Did you know that Clojurescript can run on node.js? <a href="https://github.com/michaelsbradleyjr/node-clojurescript" rel="nofollow">https://github.com/michaelsbradleyjr/node-clojurescript</a><p>Cool project though!
评论 #5702367 未加载
octo_t大约 12 年前
Much more relevant is Wat[1], a lisp-like JSON based language by Manuel Simoni, with continuations, dynamic binding, macros and all the other lisp goodies.<p>[1] - <a href="https://github.com/manuel/wat-js" rel="nofollow">https://github.com/manuel/wat-js</a>
agentultra大约 12 年前
Another cool project in the same vein is Parenscript (<a href="http://common-lisp.net/project/parenscript/tutorial.html" rel="nofollow">http://common-lisp.net/project/parenscript/tutorial.html</a>)