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:
- Official Clojure(Script) Site
- Clj Commons
- Babashka
- Toolbox
- Clojurians Slack
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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....