jasongilman / proto-repl

A Clojure Development Environment package for the Atom editor
https://atom.io/packages/proto-repl
MIT License
563 stars 50 forks source link

Full-fledged ClojureScript REPL #186

Open roman01la opened 7 years ago

roman01la commented 7 years ago

proto-repl looks very cool, thanks! I just want to point to a new dev env (I'm not the author) which does seem to provide better integration with ClojureScript: https://github.com/EwenG/replique For example it has Clojure, ClojureScript & .cljc completion and docs.

I'd like to use proto-repl, but I'm mainly working on ClojureScript projects and there seem to be not much value for CLJS projects at the moment.

Do you think it's possible to use/merge replique with proto-repl?

naartjie commented 7 years ago

Thanks for sharing that project @roman01la. As far as I know CLJS is still WIP (see #54), but it looks promising. I am hoping proto-repl will have support for this soon.