I received the following error when trying to start ClojureCLR through Mono.
Release 4.0 general$ mono Clojure.Main.exe
Unhandled Exception:
System.TypeInitializationException: An exception was thrown by the type initializer for Clojure.CljMain ---> System.TypeInitializationException: An exception was thrown by the type initializer for clojure.lang.RT ---> System.IO.FileNotFoundException: Could not locate clojure.core.clj.dll or clojure/core.clj on load path.
at clojure.lang.RT.load (System.String relativePath, Boolean failIfNotFound) (link: 0x00000) in :0
at clojure.lang.RT.load (System.String relativePath) (link: 0x00000) in :0
at clojure.lang.RT.DoInit () (link: 0x00000) in :0
at clojure.lang.RT..cctor () (link: 0x00000) in :0
--- End of inner exception stack trace ---
at Clojure.CljMain..cctor () (link: 0x00000) in :0
--- End of inner exception stack trace ---
(link: ERROR) FATAL UNHANDLED EXCEPTION: System.TypeInitializationException: An exception was thrown by the type initializer for Clojure.CljMain ---> System.TypeInitializationException: An exception was thrown by the type initializer for clojure.lang.RT ---> System.IO.FileNotFoundException: Could not locate clojure.core.clj.dll or clojure/core.clj on load path.
at clojure.lang.RT.load (System.String relativePath, Boolean failIfNotFound) (link: 0x00000) in :0
at clojure.lang.RT.load (System.String relativePath) (link: 0x00000) in :0
at clojure.lang.RT.DoInit () (link: 0x00000) in :0
at clojure.lang.RT..cctor () (link: 0x00000) in :0
--- End of inner exception stack trace ---
at Clojure.CljMain..cctor () (link: 0x00000) in :0
--- End of inner exception stack trace ---