Hacker News new | ask | show | jobs
by arximboldi 3126 days ago
You are right that a lot of Lisps consider themselves more procedural than functional and I was extrapolating Clojure there. (In my defense, the Scheme community is also very functional and immutable oriented)
2 comments

errr.... no. every scheme i've touched / seen is perfectly happy to mutate your variables. what one doesn't?
"Scheme community" probably meant "Racket", but I don't know much about schemers these days to know for sure.
I use set! whenever I feel the urge.