Fork me on GitHub
#clr
<
2020-06-09
>
ScArcher03:06:43

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?

sogaiu09:06:33

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

👍 4
flyboarder18:06:36

I recommend checking that out

flyboarder18:06:46

specifically the poshjure.psm1 file