Does ClojureCLR work with .net's AOT compilation? https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/?tabs=windows%2Cnet8
Based on the limitations of .NET AOT compilation, including:
• No dynamic loading, for example, Assembly.LoadFile.
• No run-time code generation, for example, System.Reflection.Emit.
I'm guessing there is no way effectively to do this.