If I use ClojureCLR, can I still do single file publishing with .NET 7?
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.