On Monday, February 23, 2015 at 8:44:06 AM UTC-6, Tristan Strange wrote: >what's the simplest means of configuring a project that allows me to both: > > - Evaluate expressions from Vim to a browser based REPL > - Have figwheel style reloading files.
I recommend using Figwheel's REPL within a screen or tmux instance, and use vim-slime to push to it. https://github.com/jpalardy/vim-slime I use this approach for anything REPL-like, from ClojureScript to Pry (a Ruby REPL) to shell scripting. -- 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.
