You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.
8
4
9
5
IronPython can be obtained at [http://ironpython.net/](http://ironpython.net/).
IronPython is a Dynamic Language that runs on the .NET DLR ([Dynamic Language Runtime](http://en.wikipedia.org/wiki/Dynamic_Language_Runtime)) in contrast with VB.NET and C# which are [static languages](http://en.wikipedia.org/wiki/Type_system).
31
34
32
35
33
-
Iron Python can also import DLL files compiled in other languages and use functions defined therein. For example:
36
+
IronPython can also import DLL files compiled in other languages and use functions defined therein. For example:
0 commit comments