Fork me on GitHub
#boot
<
2017-03-18
>
ag00:03:00

also, guys who use vim and fireplace, is it possible to have 2 repls one for clojure and another for cljs at the same time, like CIDER lets you?

ag00:03:44

and anyone using Cursive, your input is also appreciated

cfleming01:03:51

@ag Cursive can definitely do this. Something that I’m planning to work on very soon is a combined clj/cljs REPL which should be much easier to work with.

ag02:03:58

noob question how do I start serve task non-blocking fashion with repl from command line

ag02:03:10

@cfleming cool, awesome to know! is it documented somewhere? I don’t use Cursive but my teammates do

cfleming02:03:02

@ag Actually, I see that I don’t discuss that in the doc (https://cursive-ide.com/userguide/repl.html). My doc is sadly in need of some love, so I’ll be updating it when I start working on that.

cfleming02:03:34

Basically, just run as many REPLs as you want, and they’ll appear in tabs. Forms sent from editors etc go to the active tab.

ag02:03:33

Thanks Colin!

cfleming02:03:16

No worries! I don’t have built-in CLJS REPLs yet, but they’re coming soon, at that point they’ll have the same test integration etc as Clojure has right now.

dominicm11:03:09

@ag Vim is fundamentally different in it's integration with cljs. Do to that you open another terminal and do: boot repl -c then (connect-to-the-cljs-repl-fn)

dominicm11:03:32

You can do :Piggieback if you're using fireplace, as instructed in the boot-cljs-repl readme in order to add integration for :Eval and cp etc.

lxsameer21:03:01

hey folks, I'm looking for a fast and easy to use test runner for clj and cljs , any recommendation ? a test env setup recommendation would be awesome