Hi Folks, It seems that map->R returns different types in the presence/absence of AOT classes. I have constructed a minimal example here:
https://github.com/ejackson/aotquestion The namespace in https://github.com/ejackson/aotquestion/blob/master/src/aots/core.clj is not AOT compiled and behaves as expected. The namespace in https://github.com/ejackson/aotquestion/blob/master/src/aots/death.clj#L9 is AOT compiled and the class returned by map->Dontwork is not as expected. (Turn off AOT and this expression becomes true). Am I misunderstanding something here or is this a bug ? I'd really appreciate some help and advice. Edmund -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en