Skip to content

Commit

Permalink
PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
vemv committed Jun 26, 2023
1 parent cabbf4a commit 0aeec1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/modules/ROOT/pages/cljs/overview.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ and how to setup the most popular ClojureScript REPLs.
== nREPL and ClojureScript

nREPL doesn't natively support ClojureScript evaluation, that why an additional
middleware is needed. For most REPLs (with the notable exception of `shadow-cljs`), CIDER relies on the popular Piggieback middleware for its
middleware is needed. For most REPLs (with the notable exceptions of `shadow-cljs`, `nbb`), CIDER relies on the popular Piggieback middleware for its
ClojureScript support.

Piggieback works in the following manner:
Expand All @@ -32,7 +32,7 @@ On the bright side - this also means that you can host side by side Clojure and
REPLs in a single nREPL connection! This opens up all sorts of interesting possibilities
that we'll discuss later on.

NOTE: `shadow-cljs`'s REPL is implemented in a very similar fashion, but its mechanism is provided by its own nREPL middleware - not Piggieback's.
NOTE: `shadow-cljs`'s REPL is implemented in a very similar fashion, but its mechanism is provided by its own nREPL middleware - not Piggieback.

== Piggieback differences with the Standard ClojureScript REPL

Expand Down

0 comments on commit 0aeec1d

Please sign in to comment.