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

Clojure

294 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.

top 1 comments
sorted by: hot top controversial new old
[–] [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.