Fork me on GitHub
#cursive
<
2019-11-25
>
shaun-mahood04:11:56

This one looks lije a massive amount of work - thanks for slogging through all of those breaking changes for us!

cfleming07:11:53

I’m definitely hoping not to have to re-do any more build integrations in the future!

sogaiu20:11:59

is it correct that the latest cursive now has some socket repl support?

cfleming20:11:42

(the doc is still under EAP, I’ll get it published as the latest stable version today)

cfleming20:11:03

It works more or less like prepl, so it’s not just a streaming REPL. So currently it’s only good for Clojure and not for anything that’s expecting a pure streaming REPL (e.g. Lumo, or something like that).

👍 4
sogaiu21:11:48

working here so far :thumbsup: i watched the traffic, so i understand the bit about it being clojure-only. thanks for the warning.

cfleming21:11:37

Great. My plan is to have some more specific REPL types (CLJS etc) using the same mechanism, as well as support a pure streaming one for when it’s really needed.

sogaiu21:11:06

i have my fingers crossed for your plan 🤞