clr

jwind 2023-08-11T17:19:52.771849Z

If I use ClojureCLR, can I still do single file publishing with .NET 7?

Schofie 2023-08-18T21:48:06.464319Z

I'm still very much a beginner, but I'll give this a go. I was able to do it, but I had to save my Clojure source file as a resource and load it in with ClojureCLR at launch via load-string . I had to set IncludeAllContentForSelfExtract=true or I got a TypeInitializationException on clojure.clr.api.Clojure. Not sure if this is what you meant, but hopefully it helps.

🙂 1