eigenhombre/l1

Make a real gensym

eigenhombre opened this issue · 1 comments

Something like this gets close,

(defn gensym ()
  (fuse (concat (randalpha 5) (randigits 5))))

but we really should make gensym collisions impossible via a native Go function.

Works now.