Reputation: 1803
While doing a breaf research on IronPython I got confused about it's execution model and how it integrates with C#.
Can you please point, which of these assumptions are wrong:
Thanks
Upvotes: 3
Views: 197
Reputation: 7662
You can use pyc.py
to create an exe/dll, but it's not well documented. Otherwise, you're basically right.
Upvotes: 3