I'm relatively new to Clojure, but wanted to see if I could get Clojure to start the Kestrel web server that ships with .netcore.
If I can get it to work, I'd love to implement ring or a subset of ring on top of Kestrel mainly to learn more about Clojure / Clojure-CLR.
Is there any documentation on how to reference / load libraries in the CLR version of Clojure?
How does it handle async calls to .net components?
Does it support calling extension methods?
I'm getting hung up on some of these things and I know it's purely lack of knowledge on my part, but I was curious if anyone would want to help me work through some of them or if you could point me to a reference so I can understand how the interop works with the CLR version.
Thanks!
Scott