Fork me on GitHub
#cljsrn
<
2015-11-20
>
chadhs20:11:27

i was playing with the dmotz/natal demo on github and really enjoyed it; newbie question… is there an easy way to connect to the natal repl via CIDER so I can use Emacs+CIDER’s awesome REPL experience?

chadhs20:11:03

happy to RTFM, just need a bit of a nudge simple_smile thnx

iamjarvo20:11:34

@chadhs: i remember reading that you need to use piggieback. i think this issue will help https://github.com/dmotz/natal/issues/5

chadhs21:11:23

@iamjarvo: thanks! going to get this going this evening after workety work work is done

chadhs21:11:59

planning to give a demo at the Clojure Milwaukee user group meetup in a couple weeks simple_smile

mfikes21:11:11

Interestingly, we are at a point now where a plain socket can work too. Essence of simplicity. http://blog.fikesfarm.com/posts/2015-11-11-ambly-and-socket-repl.html

chadhs21:11:59

@mfikes: ooh! this looks pretty cool, thanks.