this post was submitted on 15 Oct 2025
6 points (71.4% liked)
Clojure
328 readers
1 users here now
Clojure is a dynamic, general-purpose programming language.
Resources:
- Official Clojure(Script) Site
- Clj Commons
- Babashka
- Toolbox
- Clojurians Slack
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Did you spot the error with
return?And the theme the author used was a bit disingenuous. Like, why was audio two different colors? One for the declaration and one as the call member? Like of course it’s useless like that. I think there’s a happy medium between the two but I’m like you. If I’m coding and I need to find a variable I look at what color it is and then search for that color. If I need to find function defs I do the same. Same for everything.
I didn't, but a linter or some other tool like that is much better suited for catching errors like that.