Fork me on GitHub
#nrepl
<
2024-05-07
>
Hendursaga19:05:54

Silly question, but if I'm trying to "drop into" a REPL, how do I get it to "block" so that (in my case) the program doesn't terminate? I'm trying to get a MVP here, but after the server is started, it continues and reaches the end of the code. I'm reading through https://nrepl.org/nrepl/usage/server.html#embedding-nrepl

Michael Griffiths23:05:47

If I just want my -main to block forever I use @(promise)