clr

The community for ClojureCLR is on Gitter: https://gitter.im/clojure-clr/community - you’ll get a better response there
ScArcher 2020-06-09T03:46:43.007400Z

I'm interested in getting something like ring running with the Clojure CLR dotnet core port, but I'm pretty new to Clojure and there's not much out there on how to integrate with .net. Anyone have any experience with this or places I should be looking to see how to do things like load .dll files, etc?

2020-06-09T09:02:33.009Z

you might have more luck at either the gitter channel or the google group. iirc, the dotnet core port is not yet finished and had been dormant for a while, but it looks like dmiller may have resumed working on it: https://github.com/clojure/clojure-clr/commits/newframework

👍 1
flyboarder 2020-06-09T18:18:36.009500Z

I recommend checking that out

flyboarder 2020-06-09T18:19:46.009900Z

specifically the poshjure.psm1 file