Y
Hacker News
new
|
ask
|
show
|
jobs
by
mattbriggs
5134 days ago
out of curiosity, is js going to be your "elisp"?
1 comments
phyzome
5134 days ago
Clojurescript, actually -- a Clojure dialect that compiles to JS.
Well, Clojure too, on the server side of things.
link
Arelius
5134 days ago
Are we really gonna need the JVM running the backend for this? That seems so unnecessary.
link
frio
5134 days ago
Given the initial goal was for a Clojure editor (which runs on the JVM), running the JVM was a prerequisite anyway.
link
Rayne
5133 days ago
I'm pretty sure the core of it is to be written in Clojure, so yes, you'll need the JVM running. It
is
necessary if it is to be written in a JVM language. Eclipse and a number of other IDEs also require a JVM to be running.
link
mattbriggs
5134 days ago
you could probably just precompile your extension
link
Arelius
5134 days ago
afaict, precompiled java still requires the jvm.
link
Well, Clojure too, on the server side of things.