clr

dmiller 2023-04-25T21:58:27.165049Z

ALPHA ALERT! https://github.com/clojure/clr.tools.nrepl After bouncing off the code of nrepl/nrepl for a while, I followed @bozhidar's suggestion to look at @borkdude’s babashka/babashka.nrepl for inspiration. And the port is now complete. It passes the test suite that was given, but it really needs to be bumped up against something substantial, such as Calva or CIDER. Anyone feeling adventurous? I haven't actually put up either the clojars or nuget versions -- I'll get to those soon -- so if you are interested in testing it, you'll just have to pull it down from the repo and wing it.

🎉 10
Anders Eknert 2023-04-26T07:51:58.843329Z

Amazing! Thanks @dmiller 👏

☝️ 1
pez 2023-04-25T22:20:24.055019Z

Please post about this in the #calva channel too.

borkdude 2023-04-25T22:20:45.154519Z

And probably #releases

borkdude 2023-04-25T22:21:03.655439Z

It's ok to post in #releases as many times as you want, pre-release and minor updates welcome

dmiller 2023-04-25T23:12:50.142929Z

I'll clean up a few things and get it tomorrow morning.

dmiller 2023-04-26T03:37:11.165299Z

The ctx to start-server! can be deleted, but internally it is still used to pass around the :sessions key/value. Maybe I can put that into the opts maps instead. I'll figure it out.

👍 1
dmiller 2023-04-27T13:21:49.596239Z

Two developments: (1) I got rid of the ctx argument to start-server!. (2) I published the nuget and clojars packages

👍 1