Redes sociales de política
China censura TypePad

IronPython: Python para .NET

En la lista de python-es, Ernesto Revilla envía un enlace sobre la presentación de IronPython en el PyCon celebrado la semana pasada. Se trata de una implementación de Python en .NET, que se integrará perfectamente en la plataforma:

«IronPython is a new implementation of the Python language targeting the Common Language Runtime (CLR). It compiles python programs into bytecode (IL) that will run on either Microsoft's .NET or the Open Source Mono platform. IronPython includes an interactive interpreter and transparent on-the-fly compilation of source files just like standard Python. In addition, IronPython supports static compilation of Python code to produce static executables (.exe's) that can be run directly or static libraries (.dll's) that can be called from other CLR languages».

Ya había comentado la existencia de Python.NET, una integración entre el Python y el CLR, aunque no se podían compilar aplicaciones ni acceder a las clases de Python desde otros lenguajes de .NET.

Comentarios