nrepl

https://github.com/nrepl/nrepl || https://nrepl.org
Jon 2019-03-06T16:50:20.007500Z

and what does it mean by sending "ns"?

Jon 2019-03-06T16:51:07.008100Z

when sending "eval" op, there's an optional argument called ns

dominicm 2019-03-06T16:51:19.008600Z

This is the ns the code will run in

Jon 2019-03-06T16:52:28.009200Z

sounds reasonable, but what if I send nothing in the ns field?

eraserhd 2019-03-06T16:56:42.009500Z

Jon: I'm pretty sure it defaults to "user"

Jon 2019-03-06T16:59:35.009800Z

oh... thanks

cichli 2019-03-06T19:56:24.010900Z

It uses the session’s bound value of *ns* – this is initially user, but might subsequently change (e.g. by in-ns)