Fork me on GitHub
#babashka
<
2020-03-24
>
borkdude08:03:10

@jake142 Yeah, that's work in progress. However, you can use babashka with inf-clojure today

borkdude10:03:51

I welcome anyone who is interested in the nREPL support for babashka to contribute. See https://github.com/borkdude/babashka/issues/301#issue-585482011 for the issue.

eval-on-point12:03:17

why was 'developing in the browser' not possible before? because you no longer need to create an uberjar?

borkdude13:03:14

join #aws-lambda for questions to the author I guess

telekid15:03:18

@borkdude yeah I played around with inf-clojure; unfortunately, spacemacs is pretty tightly coupled with cider. If I have a little free time, I may take a look at that issue though!

borkdude15:03:54

@jake142 Check out #babashka_circleci_builds and download a binary from the nrepl-server branch. We need testing!

borkdude15:03:23

you can start the binary with ./bb --nrepl-server 1667

telekid16:03:49

Just played around with it. cider-connect-clj seems to connect appropriately (!), but then nrepl-send-sync-request fails with nrepl-send-sync-request: Sync nREPL request timed out (op clone id 1), presumably because that op code hasn’t been implemented

borkdude16:03:21

can you start the binary using BABASHKA_DEV=true ./bb --nrepl-server 1667?

borkdude16:03:29

then it will print all received and sent messages

borkdude16:03:52

fwiw I'm using cider-connect, but cider-connect-clj also seems to work for me

telekid16:03:01

it’s too early. I wrote --socket-repl :man-facepalming: things are working now

telekid16:03:28

will play with it and report findings on the ticket

👍 4