clojure
clojure copied to clipboard
Register nREPL port with IANA
https://github.com/nrepl/nREPL/issues/6
IANA process
- https://tools.ietf.org/html/rfc6335#section-8
- https://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml?&page=20
Application https://www.iana.org/form/ports-services
I thing one day this should be done. I work a lot with Clojure REPLs starting in docker/devcontainer, where I know exactly that only one nREPL server ever starts. Having a default port, would make certain configuration steps easier. Of course, nrepl needed to make use of it in some form.