- Set "grench.cwd" system property to current directory.
- Fix quoting bugs in main command.
- Support multi-line input in repl.
- Add
load
command. - Fix exit code when errors occur.
- Read forms from stdin when no args are given.
- Exit with 111 to indicate connection failure.
- Use
libreadline
for all console input. - Implement
repl
as independent client instead of deferring to Leiningen's. - Add
eval
andmain
subcommands which don't involve Leiningen. - Move Leiningen task invocation to
lein
subcommand.
- Initial release!