A fork of ClojureCLR maintained by Flybot to backport fixes from ClojureCLR 1.12 onto the 1.11.0 line. See readme.txt for the original project description.
MAGIC, Flybot's custom Clojure-to-CIL AOT compiler for Unity, currently targets Clojure 1.10. We base this fork on 1.11.0 rather than 1.10 because 1.11.0 already carries fixes we need, and it is the version MAGIC is being brought up to parity with.
See CHANGES_FLYBOT.md. Upstream's own changelog, changes.md, is unchanged.
The release flow is a work in progress; see docs/Preparing-a-release.md for creating one locally. Currently, these files are released:
Clojure.dll: the net462ILMerge-d assembly. The runtime, compiler and 39 standard-library namespaces are AOT-compiled into this. Use this in Unity.Clojure.Source.dll: the standard library as embedded.cljresources, used byClojure.Compileto produce the AOT assemblies merged intoClojure.dllabove.clojure.spec.alpha.dll,clojure.core.specs.alpha.dll,Microsoft.Dynamic.dll,Microsoft.Scripting.dllandMicrosoft.Scripting.Metadata.dll: NuGet dependencies, not merged intoClojure.dll. Place the DLLs side-by-side:clojure.coreloads specs at startup, and the DLR assemblies back CLR interop.Clojure.<version>.nupkg: the NuGet package, which resolves those dependencies itself.
For the build process, see the ClojureCLR wiki.
Copyright (c) Rich Hickey. All rights reserved. The use and
distribution terms for this software are covered by the Eclipse
Public License 1.0 (https://opensource.org/license/epl-1-0/)
which can be found in the file epl-v10.html at the root of this
distribution. By using this software in any fashion, you are
agreeing to be bound by the terms of this license. You must
not remove this notice, or any other, from this software.