this post was submitted on 26 Jun 2023
3 points (100.0% liked)

Clojure

297 readers
1 users here now

Clojure is a dynamic, general-purpose programming language.

Resources:

founded 2 years ago
MODERATORS
 

I anticipate that my application might encounter an issue that requires debugging or fixing using nREPL, but I'm concerned about the potential performance impact of using nREPL.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 2 years ago

By itself the nREPL won't have much, if any, impact. But what you do in that REPL certainly can, so use caution. And be sure to secure the port! Or set it up to use a unix domain socket if that's applicable.