repl
repl copied to clipboard
Sometimes you need a REPL. Unmaintained, sorry.
I needed repl on boxes that I'm not able to install Ruby on (for a variety of reasons). So, for greater portability, I ended up porting it to (what I...
So, repl checks for a `REPL_PROMPT` environment variable on startup. I tried using the environment variable to colorize the prompt, but repl prints the color escape sequences literally. I also...
`curl -v https://raw.github.com/defunkt/repl/latest/bin/repl` receives no data and instead returns (at the bottom) ``` < HTTP/2 301 < location: https://raw.githubusercontent.com/defunkt/repl/latest/bin/repl ``` adding `-L` or changing the link to the new format...