ANN: rep 0.3.2

6 views
Skip to first unread message

Jason Felice

unread,
Jan 4, 2026, 2:50:13 PM (2 days ago) Jan 4
to clo...@googlegroups.com

ClojureScript!
  • -S, --session-init allows session initialization code which can do things like connect to a Piggieback REPL.
  • Kakoune: New rep_extra_options option to pass other options when invoking rep.
  • Support for Mingw
  • Test on aarch64-darwin and aarch64-linux
rep

A single-shot nREPL client designed for shell invocation.

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


$ rep -S '(cider.piggieback/cljs-repl :app)' '(.clear js/localStorage)'
nil


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. Perhaps there are other limitations because of this?


Reply all
Reply to author
Forward
0 new messages