unrepl

discussing specification of an edn-based repl and its implementations.
bozhidar 2019-07-17T16:44:25.025600Z

@cfleming I’m not an expert, but it seems to me you can’t possible pass the ns with the streaming approach.

bozhidar 2019-07-17T16:45:12.026500Z

I guess you can work around this with an extra eval message or by wrapping the code in some ns setting/reseting code.

bozhidar 2019-07-17T20:14:14.027900Z

@cfleming I just spoke with the author on Conjure about this (it uses prepl) and he confirmed you can’t set the ns as part of the request, so he does an additional eval beforehand to make sure something is evaluated in the right ns.

cfleming 2019-07-17T21:53:02.028900Z

@bozhidar Thanks! That is what I expected. I think I might opt for something which frames both input and output, which would allow that.