Skip to content
New issue

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

Add a bit about socket REPLs #271

Open
mfikes opened this issue Oct 11, 2018 · 1 comment
Open

Add a bit about socket REPLs #271

mfikes opened this issue Oct 11, 2018 · 1 comment
Labels

Comments

@mfikes
Copy link
Member

mfikes commented Oct 11, 2018

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.

@swannodette
Copy link
Member

It's definitely a gaping hole wrt. REPL docs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants