Jonathan Bond-Caron (2015-06-30T14:26:57.000Z)
d at domenic.me (2015-07-07T02:12:37.926Z)
Can you explain how 'gensym' would be different? Google tells me: https://clojuredocs.org/clojure.core/gensym https://github.com/clojure/clojure/blob/clojure-1.5.1/src/jvm/clojure/lang/RT.java#L468 Internally I'd imagine you can represent it however you want (comparing an object pointer vs. a string), I see this more as a user-facing/illusion of simplicity thing. But anyways, understand that the intuitive thing doesn't always work out.