cursive

Rachel Westmacott 2025-10-03T08:31:11.629339Z

I was wondering if there was any sort of support for Babashka scripts. So I did a little search and found the docs. Yay! Thank you @cfleming! gratitude

👍 2
cfleming 2025-10-03T08:45:19.019249Z

My pleasure! I'm planning to do a round of fixes sometime, there are some outstanding issues, but it mostly works well I think.

2025-10-03T17:47:46.713329Z

Probably an obvious question but is there a way to set the nrepl port via deps for the local repl?

dpsutton 2025-10-03T17:56:01.596729Z

not to X Y your problem, but just making sure you know that nrepl will read from a local file and use that port if specified. It’s not deps.edn but not sure if that’s your required solution or just a config file you have handy

2025-10-03T18:04:48.508749Z

Thank you!

2025-10-03T18:04:55.212239Z

I knew I was forgetting something xD

dpsutton 2025-10-03T18:05:25.028249Z

awesome. sometimes the answer is “i need this to be done in deps.edn” and sometimes it’s “i don’t care where i specify it and just mentioned deps.edn because it has other jvm args”

đź’Ż 1
cfleming 2025-10-03T21:56:15.020619Z

Yeah Cursive has an (admittedly brief, and only mentioning middleware) pointer to the same doc: https://cursive-ide.com/userguide/repl.html#configuring-middleware-for-nrepl-repls

👍🏽 1