Preferences

dominicrose parent
I loved working in a team that wasn't allowed to use local variables (Rich Hickey decided that Clojure shouldn't have them). The menu of the website was basically implemented as a state machine and it just worked because every possible user interaction was taken into account.

arunix
Do you mean local variables per se, or mutable local variables? Clojure, like most Lisps has let.

This item has no comments currently.