Colin Jones
Colin Jones
Once https://github.com/trptcolin/reply/issues/186 is in place, we can make the changes required for `[nrepl "0.4.4"]` and update.
Currently we just have one of these, for exiting, available via `exit`, `quit`, etc. It might be nice to have more of these. One example, from Giles Bowkett on twitter,...
They may be helpful for nREPL's cmdline.clj
Something like http://docs.python.org/library/cmd.html could be useful to others for hosting their own Clojure REPL programs.
This is the stuff we talked about on twitter/IRC. Maps ended up more complex than I thought - possibly something wrong with Kryo, but it's hard to say. Without the...
It looks like I introduced an issue in c0b74d9bc6d052d18122461990d6b5e7d9f4eec3 that is the root cause for technomancy/leiningen#1779 I suspect the original reason for disallowing the `:` character had something to do...