Fork me on GitHub
#unrepl
<
2017-04-08
>
cgrand12:04:45

@richiardiandrea the input (read) feels hacky in all selfhosted repls but works as long as data is fed line by line. When one gets data over socket there's no such guarantee and there's a slim chance that truncated input is accepted.

pesterhazy19:04:27

New unravel release 0.2.0 - Live docs for vars and namespaces (updated as you type code in the terminal) - Use separate tooling connection for tab completion and docs - Start in "user" namespace

richiardiandrea19:04:08

@cgrand yeah in replumb i was not probably really thinking about a stream of chars coming in, we can always add the functionality , or abstract over it

cgrand20:04:43

@richiardiandrea it means forking the reader (and hopefully getting changes accepted upstream). The goal being upgradable selfhosted repls.