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?
https://medium.com/@mickduprez/clojure-clr-from-scratch-part-1-the-tools-6037311b815e This helped a bit.
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
@scott.archer https://github.com/degree9/poshjure/blob/master/poshjure.psm1
I recommend checking that out
specifically the poshjure.psm1 file