2026-04-14 09:45:44
Should
(= 3/4 0.75)
return true (or 't)? You'd think so.
#SBCL 2.5.2 does think so.
MIT/GNU Scheme also thinks so.
#Interlisp Medley agrees.
I think this is correct behaviour.
#Clojure
#Clojure is not widely used in Africa, it seems. Or Greenland.
Everywhere else, though...
https://clojure.org/news/2026/02/18/state-of-clojure-2025
SBCL #CommonLisp
(nth 2 '(1 2 3 4 5 6))
3
#Clojure
(nth '(1 2 3 4 5 6) 2)
3
#Scheme
(list-ref '(1 2 3 4 5 6) 2)
;Value: 3
So, they differ on the…
OK, I know I keep bragging about #Clojure being remarkably free of bit-rot, and it is.
But I've just hit bit-rot in an eleven year old project of mine, and I'm not sure what to do.
The error is in a #leiningen project built on a