Chris Badahdah
Chris Badahdah
When I run code through stdin -> stdout multiple times, every time it adds a new line at the end of the file do to the `console.log`. This patch prevents...
Have you considered publishing this to the npm registry so consumers using lumo could pull it down using npm or yarn? Here is an example I found for core.async: https://github.com/mfikes/andare#lumo.
I typically like to use vars for handlers to allow for interactive development. Changing this spec worked for me locally. If this isn't desired behavior upstream, no worries 💯
Currently, things like `$file-text` are difficult to use because the raw text of the file is substituted into the custom REPL command, often yielding invalid code. By provided the data...