nrepl / piggieback

nREPL support for ClojureScript REPLs
480 stars 48 forks source link

Remove mentions of Nashorn #112

Closed bbatsov closed 4 years ago

bbatsov commented 4 years ago

ClojureScript dropped support for Nashorn and Rhino and we should follow suit. We dropped support for Rhino a while ago, and removing nashorn is mostly a matter of updating the docs and the tests.

I guess going forward the "node" REPL will be the basic default.