On Wednesday, March 11, 2015 at 12:14:46 PM UTC+7, [email protected] wrote: > I'm sure this has been asked more than once but the answer seems like a > moving target. What are some good ways to work with both clojure and > clojurescript code at the same time? > > More specifically, how do you have your REPLs set up? > > Currently, I use emacs + cider + weasel. After I start weasel, I can't load > clojure code and of course if I exit weasel, I can't load cljs code. It's a > major issue that slows me down significantly and I'm not sure what to do > about it.
Thanks for the suggestions. I tried clojure-quick-repls but it didn't seem to want to work for me, possibly because my emacs isn't 24. I now open up two instances of emacs, one for clj, and one for cljs. This seems to be working OK for me. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
