Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ClojureScript #40

Open
richgilbank opened this issue Mar 7, 2015 · 4 comments
Open

Add ClojureScript #40

richgilbank opened this issue Mar 7, 2015 · 4 comments

Comments

@richgilbank
Copy link
Owner

Most likely via https://github.com/kanaka/clojurescript

@richgilbank
Copy link
Owner Author

@hzhu
Copy link

hzhu commented Aug 26, 2015

@richgilbank @jamesmacaulay what's the status of this? Especially since clojurescript can now compile itself? http://swannodette.github.io/2015/07/29/clojurescript-17/

@richgilbank
Copy link
Owner Author

@hzhu I haven't really taken a look at it yet myself - want to try it out yourself? Looks like https://github.com/clojure/clojurescript/wiki/Optional-Self-hosting is a good starting point to get a self-contained build 😄

@roman01la
Copy link

Hello! This would be very cool. I've made compiled CLJS package for JS Bin (https://github.com/roman01la/jsbin-cljs), but it will work anywhere.

Usage example:

jsbin_cljs.core.eval_expr(code, (err, output) => err ? console.error(err) : eval(output));

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants