Hacker News new | ask | show | jobs
by bjg 5109 days ago
How would you like them to run clojure, a JVM based language?
1 comments

There is an official, up-to-date ("within a week or so of milestones on Clojure main") .NET port at https://github.com/clojure/clojure-clr

Maybe once Light Table is somewhat stable, someone can hack it to use ClojureCLR for the benefit of the security-conscious Windows users :)

I really should get involved in open source projects.

I think the issue will be compiling it for the CLR and then distributing it. The current script gets and runs a JAR, but I 'd imagine it would be relatively trivial to modify the script to run the CLR instead - but you'd have to build from the source included in the JAR (if it's all there...)

Haven't had much experience with it myself, it has been a while since I've played with Clojure.

Or simply use [IKVM](http://www.ikvm.net/).