Key facts
- Software.name
- IronPython
- Software.logo
- 64px200px
- Software.author
- Jim Hugunin, Microsoft
- Software.developer
- Dino Viehland,.NET Foundation
- Software.latest release version
- 3.4.2
- Software.latest preview version
- 3.4.0-beta1
- Software.programming language
- C#
- Software.operating system
- Windows, Linux, macOS
- Software.platform
- .NET Framework, .NET, Mono
- Software.genre
- Python programming language implementation
- Software.license
- Apache License 2.0
via Wikipedia infobox
Source code
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. IronPython is a Dynamic Language that runs on the .NET DLR (Dynamic Language Runtime) in contrast with VB.NET and C which are static languages. IronPython can also import DLL files compiled in other languages and use functions defined therein. For example: Code of Conduct This project has adopted the code of conduct defined by the Contributor Covenant to clarify expected behavior in our community. For more information see the .NET Foundation Code of Conduct.
Excerpt from the source-code README · 2,809 chars · not written by Vinony
Wikidata facts
- Official website
- ironpython.net
Show 4 more facts
- source code repository URL
- github.com/IronLanguages/ironpython3
- inception
- 2006-09-05
- software version identifier
- 3.4.2
- Commons category
- IronPython
via Wikidata · CC0
Article · Italiano
IronPython è un'implementazione del linguaggio di programmazione Python funziona sulle implementazioni del .NET Framework. ha creato il progetto ed ha contribuito attivamente ad esso fino alla versione 1.0 che è stata distribuita il 5 settembre 2006.Successivamente il progetto è stato sostenuto da un piccolo team di Microsoft che ha prodotto nel dicembre 2008 la versione 2.0 e lo ha portato avanti fino al rilascio della versione 2.7 Beta 1 nel novembre del 2010. Attualmente è gestito da un gruppo di volontari nel repository open-source CodePlex di Microsoft. IronPython è scritto interamente in C#, soltanto una piccola parte del suo codice è generato automaticamente dal linguaggio Python.Importante dire che IronPython è sostenuto dal DLR ovvero il , ed ha una biblioteca che gira in Common Language Infrastructure che fornisce la tipizzazione dinamica e la spedizione del metodo dinamico.La DLR è parte del Framework .NET ed è anche una parte del tronco build di Mono. Il DLR può anche essere utilizzato come una libreria di implementazioni. L'idea alla base dei linguaggi Iron* era di avere un ambiente di scripting per creare applicazioni personalizzabili via script, o per creare dei DSL interni.
Abstract from DBpedia / Wikipedia · CC BY-SA