You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 3, 2019. It is now read-only.
Clojure supports the use of Vars as values. Vars however are both more awkward to work with in terms of extracting name information, and are bart of the complected naming and binding system which Oxcart seeks to escape. Consequently, rather than using raw Var values to name Symbols and program values, Oxcart passes should be using namespace qualified symbols and all the def analysis passes should make appropriate transitions.
Clojure supports the use of Vars as values. Vars however are both more awkward to work with in terms of extracting name information, and are bart of the complected naming and binding system which Oxcart seeks to escape. Consequently, rather than using raw Var values to name Symbols and program values, Oxcart passes should be using namespace qualified symbols and all the def analysis passes should make appropriate transitions.
This is somewhat related to #13
The text was updated successfully, but these errors were encountered: