arrdem / oxcart

[ABANDONED] An optimizing Clojure compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gensym metadata

arrdem opened this issue · comments

Pending a matching change in clojure core, add a binding to Oxcart/load which rebinds c.c/gensym to emit a ^:gensym tag on all generated symbols. This will allow analysis operations to determine what top level definitions are part of the user described API and what are simply compiler lifted/emitted symbols that can abused due to being implementation details.