On top of #6 I'm also considering adding nREPL support so that I can get a couple of benefits:
- attach an external client (lein repl, emacs, etc.)
- get line-editing superior to rlwrap
- have a persistent session (optional)
If I make a persistent session there's some trickiness; opening a port is dangerous since it allows users other than root and the one who launched the JVM to send commands to it, so I'll probably be using domain sockets or fifos or similar instead.
Would this be a feature you'd consider accepting a PR for?
On top of #6 I'm also considering adding nREPL support so that I can get a couple of benefits:
If I make a persistent session there's some trickiness; opening a port is dangerous since it allows users other than root and the one who launched the JVM to send commands to it, so I'll probably be using domain sockets or fifos or similar instead.
Would this be a feature you'd consider accepting a PR for?