magic
magic copied to clipboard
Implement magic.core
Magic should come with a core library broadly equivalent to clojure.core
Considerations:
- Compatibility with clojure.core is desirable wherever possible, but not guaranteed
- Should bootstrap with a minimal set of language primitives implemented using the Java code base
- Should be good "examplar" code