Hi,
I'm trying to build ClojureCLR from the latest clojure-clr-master.ZIP file
I downloaded from GitHub.
With "Debug 3.5" as the build configuration I get a compilation error in
Clojure\lib\RT.cs that "System.Reflection.Assembly does not contain a
definition for 'IsDynamic'".
Is this expecte
Hi DavidM and ClojureCLR users,
In ClojureCLR built using .NET 3.5 framework, with-open needs some help
finding the .Dispose method on IDisposable objects:
It occurs when calling with-open on RegistryKey and System.IO.BinaryWriter
instances.
Here's the code snippet demonstrating this:
http://