I grabbed the Clojure NuGet package 1.5.0.2, and when I new up my clojure
namespace and execute a method, I get a TypeInitializationException. It
seems to be referencing Clojure 1.4.0, but shouldn't it be targeting 1.5.0?
namespace.clj:
(ns my.namespace
> (:gen-class
> :method
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 typ