| Hey every one. I hope my question is not too stupid... (= buggy (table)) ==> #hash()
(= (buggy 'buggy) t) ==> t
(buggy 'buggy) ==> t ; works ok
(buggy buggy) ==> nil ; still ok
(= (buggy buggy) t) ==> t
(buggy buggy) ; loops forever
Am I missing something ? or is it really broken ? Yeah, I know, it might seem a strange idea, but I actually used such features in Python a few years ago... |