nasser / nostrand

Clojure on Mono
68 stars 11 forks source link

Use MAGIC as default compiler #21

Closed nasser closed 3 years ago

nasser commented 4 years ago

MAGIC should be the default compiler, at least optionally. This might depend on nasser/magic#195.

nasser commented 3 years ago

Put the minimal Clojure implementation from nasser/clojure-clr-lib into nostrand and was hit with

System.NotSupportedException: Bind the var clojure.core/*load-script* to enable this functionality.

The full solution is a real embedders API, as tracked in #23.

nasser commented 3 years ago

More or less working, except the bootstrapping process should be documented.

nasser commented 3 years ago

Documented here and here.