unrepl

discussing specification of an edn-based repl and its implementations.
2018-10-20T10:32:16.000100Z

dominicm 2018-10-20T19:14:52.000100Z

http://insideclojure.org/2018/06/21/tagged-literal/

dominicm 2018-10-20T19:15:05.000100Z

Relevant I guess to your previous question

cgrand 2018-10-20T21:11:28.000100Z

@dominicm thanks

vigilancetech 2018-10-20T22:08:24.000100Z

I'm trying to get spiral to connect to a lumo socket-repl. I fire up the lumo at port 5555, go into a cljs source file under the same project hierarchy and do spiral-connect-to and give it localhost:5555 and it says "unrepl says hi!" and "waiting on UNREPL.... then hangs. I look into the spiral-client[localhost:5555] buffer and it says:

".replaceAll is not a function
	 (evalmachine.<anonymous>:2:37929)
	 (evalmachine.<anonymous>:29:4)
	 Script.runInThisContext (vm.cljs:65:33)
	 Object.runInThisContext (vm.cljs:197:38)
	 (<http://Object.yt|Object.yt>)
	 (Object.lumo.repl.caching_node_eval)
	 (NO_SOURCE_FILE &lt;embedded&gt;:5824:287)
	 z (NO_SOURCE_FILE &lt;embedded&gt;:5825:306)
	 (NO_SOURCE_FILE &lt;embedded&gt;:5820:508)
	 Function.cljs.core.trampoline.cljs$core$IFn$_invoke$arity$1 (NO_SOURCE_FILE &lt;embedded&gt;:1916:142)

cljs.user=&gt; 

According to what I can find on the net, its cuz its trying to use an unsupported (in cljs) global string replace function. Is this supposed to be working at all or still a WIP?

cgrand 2018-10-20T23:27:39.000100Z

No unrepl for cljs atm.