On Thu, Feb 21, 2019 at 2:28 AM Didier wrote:
> Hum, is there some advantage to using this over just normal `clj -e`?
>
It's intended more for shell scripting remote control of an *existing*
Clojure process and editor/REPL integration for editors that lean on the
POSIX shell.
It's a Graal nativ
Hum, is there some advantage to using this over just normal `clj -e`?
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with
rep is a single-shot nREPL client designed for shell invocation.
In this release, --op, --send, and --print options have been added,
allowing sending of any kind of nREPL message (not just "eval") and
formatting any kind of reply for shell interpretation.
https://github.com/eraserhd/rep
This con