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.
As the whole-lang branch stands, I'm just trying to hack clojure in place. This means I'm restricted to the set of language changes I can make without impacting the tooling upon which Oxcart itself is built. Since self-hosting is not a goal, the obvious fix is to just return to depending on clojure 1.6, and to move what is currently the clojure core source to ox.lang both in java and "clojure", and create special casing code so that some mapping exists between clojure.core namespaces and oxlang namespaces allowing the loading engine to compile the appropriate code.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
As the whole-lang branch stands, I'm just trying to hack clojure in place. This means I'm restricted to the set of language changes I can make without impacting the tooling upon which Oxcart itself is built. Since self-hosting is not a goal, the obvious fix is to just return to depending on clojure 1.6, and to move what is currently the clojure core source to
ox.lang
both in java and "clojure", and create special casing code so that some mapping exists between clojure.core namespaces and oxlang namespaces allowing the loading engine to compile the appropriate code.The text was updated successfully, but these errors were encountered: