We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This page https://clojurescript.org/reference/repl-and-main can be updated for Socket REPLs (a bit like, or referring to https://clojure.org/reference/repl_and_main#_launching_a_socket_server)
In particular, it can explain how, with Clojure 1.10, you can
clj -J-Dclojure.server.repl='{:port 5555 :accept cljs.server.browser/repl}'
Replacing cljs.server.browser/repl with any of the other shipping REPLs, and then connecting to port 5555 to launch the REPL.
cljs.server.browser/repl
5555
The text was updated successfully, but these errors were encountered:
It's definitely a gaping hole wrt. REPL docs
Sorry, something went wrong.
No branches or pull requests
This page https://clojurescript.org/reference/repl-and-main can be updated for Socket REPLs (a bit like, or referring to https://clojure.org/reference/repl_and_main#_launching_a_socket_server)
In particular, it can explain how, with Clojure 1.10, you can
Replacing
cljs.server.browser/repl
with any of the other shipping REPLs, and then connecting to port5555
to launch the REPL.The text was updated successfully, but these errors were encountered: