clr

2025-06-11T05:52:46.755349Z

Does ClojureCLR work with .net's AOT compilation? https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/?tabs=windows%2Cnet8

dmiller 2025-06-11T15:14:55.197029Z

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.

😢 1
cbilson 2025-06-11T15:15:43.236689Z