nrepl

dominicm 2023-04-11T11:01:09.299909Z

I don’t think that is done:

❯ clj -Sdeps '{:deps {nrepl/nrepl {:mvn/version "1.1.0-alpha1"}}}' -m nrepl.cmdline --interactive
Downloading: nrepl/nrepl/1.1.0-alpha1/nrepl-1.1.0-alpha1.pom from clojars
Downloading: nrepl/nrepl/1.1.0-alpha1/nrepl-1.1.0-alpha1.jar from clojars
WARNING: Implicit use of clojure.main with options is deprecated, use -M
nREPL server started on port 50864 on host localhost - 
nREPL 1.1.0-alpha1
Clojure 1.11.1
OpenJDK 64-Bit Server VM 11.0.18+0
Interrupt: Control+C
Exit:      Control+D or (exit) or (quit)
user=> (source +)
Syntax error compiling at (REPL:1:1).
Unable to resolve symbol: source in this context

Alex Miller (Clojure team) 2023-04-11T13:49:24.826669Z

I know it's not done, I'm wondering if it could be, or in lieu of that, what a user would do to configure that