tonsky / Clojure-Sublimed

Clojure support for Sublime Text 4
MIT License
359 stars 22 forks source link

Output panel for raw nREPL stdout #104

Closed tonsky closed 3 months ago

tonsky commented 3 months ago

As we know, nREPL re-captures your program output and sends it over the wire. With JVM nREPL, we capture it back and return it to stdout. But with Raw nREPL, output gets lost.

We need to create a temprorary panel where this output will be printed