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

Clojure

258 readers
5 users here now

Clojure is a dynamic, general-purpose programming language.

Resources:

founded 1 year 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
[–] hal9001 1 points 1 year ago

There will be some sort of performance change just given the fixed resources, but I would guess it will be pretty negligible.

I seem to remember implementing a feature in a service one time that would let me turn on an nrepl server via a route if I needed it and then turn off when I was done.

Do be careful with a repl in a live server. With great power....