I keep two REPLs open below my editor (usually with my editor full-screened temporarily via tmux's zoom support) and then have a C-c C-c bound to send to clj and C-c C-j bound to send to cljs. This works out okay for me. Actual config uses tmux + vim + vim-slime ( https://github.com/jpalardy/vim-slime). It would be trivial to set this up with other editors though.
On Wed, Mar 11, 2015 at 7:31 AM, Jonathon McKitrick <[email protected]> wrote: > I'm interested as well. I'm plagued with constant issues now trying to > run piggieback and weasel within cider, when this used to work. But I > haven't figured out how to work exclusively in the repl with clojurescript > either. I'm open to any of your suggestions in this area. > > There was a cider tool that figured out what buffer should be sent to what > backend for compilation, but I can't seem to find it right now. I'll take > another look and post here if I find it. > > On Wednesday, March 11, 2015 at 1:14:46 AM UTC-4, [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. > > -- > 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. > -- 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.
