3
submitted 3 years ago by veer66@lemmy.one to c/clojure@programming.dev

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 new old
[-] Nundrum@yall.theatl.social 3 points 3 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.

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

Clojure

358 readers
1 users here now

Clojure is a dynamic, general-purpose programming language.

Resources:

founded 3 years ago
MODERATORS