|
|
|
|
|
by fredrikholm
1354 days ago
|
|
Greenspun's tenth rule, adopted for 2022: > Any sufficiently complicated TypeScript or Java program contains an ad hoc,
> informally-specified, bug-ridden, slow implementation of half of Clojure.
Once you grokk the approach and workflow Clojure takes in solving problems, the distance between having an idea and writing a rock solid implementation of that idea is the shortest I've experienced in my ~20 years of programming.If you want to write succinct, transparent code whilst minimizing the future potential of introducing bugs, Clojure is as good as it gets. |
|
> Any sufficiently complicated Clojure program contains an ad hoc, > informally-specified, bug-ridden, slow implementation of half of Spring.