ironpython3
ironpython3 copied to clipboard
Please consider to make ipyc.exe can compile Python code to .NET 5 dll?
Hello everyone
According to a question that I asked in IronPython users mailing and answers from Stéphane Lozier and Markus SchaberSep which are very useful.
I have a use case that business logic is written in Python code and my website is ASP.NET Core MVC.
Therefore, it would be nice if I can use ipyc.exe to compile Python code to dll and use it in my .NET Core project and deploy to a Linux server.
From Markus SchaberSep answer, would IronPython team consider to implement a new ipyc with Roslyn and make output dll target .NET 5 or a newer version?
Thank you.
Does Roslyn support emitting IL and compiling lambdas into assemblies?