Hacker News new | ask | show | jobs
by RussianCow 3318 days ago
Plus, now you have Python for .NET[0] and similar projects that allow you to seamlessly integrate CPython into your .NET program. This gives you the best of both worlds and negates a lot of the value of a dedicated .NET Python implementation.

[0]: https://github.com/pythonnet/pythonnet

1 comments

You can also use .NET assemblies from CPython using pythonnet, so it is bidirectional interop bridge!