clr

The community for ClojureCLR is on Gitter: https://gitter.im/clojure-clr/community - you’ll get a better response there
2017-05-22T13:02:18.624950Z

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...

2017-05-22T13:05:30.674172Z

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..

2017-05-22T13:07:40.707941Z

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?

2017-05-22T17:22:58.564061Z

cc @dmiller

2017-05-22T17:23:41.576810Z

let me pull and see what i get, one sec

2017-05-22T17:28:59.668317Z

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

2017-05-22T17:30:56.702448Z

probably a bug in the way clojure is deployed to nuget

2017-05-22T18:19:16.552159Z

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

2017-05-22T19:35:00.828726Z

np!