ironpython3 icon indicating copy to clipboard operation
ironpython3 copied to clipboard

Please consider to make ipyc.exe can compile Python code to .NET 5 dll?

Open aaronamm opened this issue 4 years ago • 1 comments

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.

aaronamm avatar Sep 04 '21 07:09 aaronamm

Does Roslyn support emitting IL and compiling lambdas into assemblies?

slide avatar Mar 26 '22 02:03 slide