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 connects to a running nREPL server (like kind started with lein repl, for example), sends some code to be evaluated, and prints the results and output. $ rep '(clojure.tools.namespace.repl/refresh)' :reloading () :ok Unlike other nREPL clients, rep does not try to maintain a persistent connection, meaning that thread-local variables and bindings like *e and *1 will not persist across invocations of rep. -- 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 your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.