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.

Clojurejs - A naive Clojure to javascript translator

23 pointsby funcallover 14 years ago

4 comments

clyfeover 14 years ago
List of languages that compile to JS:<p><a href="https://github.com/jashkenas/coffee-script/wiki/List-of-languages-that-compile-to-JS" rel="nofollow">https://github.com/jashkenas/coffee-script/wiki/List-of-lang...</a>
zephjcover 14 years ago
Does this differ significantly from the clojurescript which is already on clojure-contrib? <a href="https://github.com/richhickey/clojure-contrib/tree/master/clojurescript/" rel="nofollow">https://github.com/richhickey/clojure-contrib/tree/master/cl...</a><p>You can try it out at <a href="http://clojurescript.n01se.net/repl/" rel="nofollow">http://clojurescript.n01se.net/repl/</a> which evals your code via a Java applet.<p>On a side-note, I'm modifying an older Javascript-based Lisp interpreter to have a more Clojure-like feel, as well as adding in Macros, etc. and running it on the v8 debug shell "d8" (built with readline enabled). The goal is to be write something like Clojure in a way one would write Node.js apps. At some point I want to have it auto-compile the lisp modules to Javascript a la Python's .pyc files.
评论 #2101122 未加载
buduover 14 years ago
There's an small but interesting discussion about it in the Google group: <a href="http://groups.google.com/group/clojure/browse_thread/thread/301847ed6ffb1a5a" rel="nofollow">http://groups.google.com/group/clojure/browse_thread/thread/...</a>
评论 #2100802 未加载
geuisover 14 years ago
Is the title supposed to be "naive" or "native"? The two words mean vastly different things.
评论 #2100680 未加载
评论 #2100780 未加载