Fork me on GitHub
#clr
<
2017-05-22
>
mattyulrich13:05:18

Hi all - I just joined a .net organization (after years of working at a java shop) and figured I'd give clojure clr a shot (I extensively use clojure for tooling and poc and such)... Right off the bat, after getting it from nuget, I'm having trouble running a repl...

mattyulrich13:05:30

I tried running Clojure.Main.exe after moving it and the dlls into the same place and still have issues with symbols: System.TypeInitializationException: the type initializer for 'Clojure.CljMain' threw an exception. ---> System.IO.FileNotFoundException: Could not locate clojure.core.server.cljc.dll or clojure/core/server.cljc on load path..

mattyulrich13:05:40

When nuget opened the package, I got Clojure.dll, Microsoft.Dynamic.dll and Microsoft.Scription.dll - plus the Clojure.Main.exe and Clojure.Compile.exe... that's all I should be expecting, right?

nasser17:05:41

let me pull and see what i get, one sec

nasser17:05:59

it looks like clojure code is merged into Clojure.dll but the clojure.server namespace is missing

nasser17:05:56

probably a bug in the way clojure is deployed to nuget

mattyulrich18:05:16

Ohh.. thanks for checking that, @nasser...