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.

  • Nundrum
    link
    fedilink
    English
    31 year 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.