-
@dogforcedog no worries its the most confusing thing im working on! its a compiler for the clojure programming language i started working on in 2015 that i am finishing now github.com/nasser/magic
-
@dogforcedog so its a program that takes clojure source code and produces bytecode for the C# virtual machine (it runs in Unity!). as of today it is complete/stable enough to consume its own source code as input and produce correct bytecode! some call this process "bootstrapping"!