REPL, Cider #107
stevemolitor
started this conversation in
General
REPL, Cider
#107
Replies: 1 comment 3 replies
-
Hey @stevemolitor ! Yeah, we need a REPL / nREPL integration. Note that nbb (https://github.com/babashka/nbb) has this but cherry doesn't have it yet. I'm considering emitting just global vars in development mode, e.g.: (ns foo)
(defn bar [x]) =>
instead of
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Clojure newbie here. Cherry is a really fun way for Javascripters like me to start learning Clojure, so thanks for this project.
Is it possible to get a Cherry REPL going with Cider in Emacs? If so how would one go about that?
I'm just doing node.js scripting with Cherry atm; no browser stuff.
Thanks!
Steve
Beta Was this translation helpful? Give feedback.
All reactions