cosmin / IClojure

A better Interactive REPL for Clojure
http://www.iclojure.com
Eclipse Public License 1.0
115 stars 11 forks source link

clojurescript support #17

Closed sanel closed 12 years ago

sanel commented 12 years ago

IClojure is mostly written in Java now... is it possible to do much of the work in Clojure itself so making port on clojurescript can be less painful as possible?

cosmin commented 12 years ago

IClojure relies heavily on JLine2, which a port to ClojureScript would not be able to use. It should be possible to use something like http://nodejs.org/api/readline.html for a ClojureScript implementation. It's probably easier to have the existing IClojure use a ClojureScript backend then to port the entire thing.