TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building a Lisp to Javascript compiler

68 pointsby mrhonzaabout 12 years ago

3 comments

rsamvitabout 12 years ago
"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_tabout 12 years ago
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>
agentultraabout 12 years ago
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>)