clojure-clr
clojure-clr copied to clipboard
A port of Clojure to the CLR, part of the Clojure project
https://github.com/richhickey/clojure-clr/blob/master/Clojure/Clojure.Source/clojure/clr/io.clj#L330
I'm running ClojureCLR 1.3.0, the current release version. When I run Clojure.Compile.exe on a .clj file in the current directory, it claims that it is "Compiling program to .", but...
I've run Clojure for CLR successfully before on a different machine. Just downloaded this distribution - https://github.com/downloads/richhickey/clojure-clr/clojure-clr-1.3.0-alpha1-debug-4.0.zip Running Clojure.Main.exe I get this: Unhandled Exception: System.TypeInitializationException: The type initializer for 'Clojure.CljMain'...
`proxy-super` is broken (calling the base method from the proxy code calls the proxy method for virtual methods). Cause: replacement of `gen.Emit(OpCodes.Call...` with `ILGen.EmitCall`, which emits `callvirt` if the method...