Python-System: .NET Libraries for PythonA Library for Porting IronPython Code to CPython
![]() Contents
IntroductionThe goal of this project is to provide pure Python implementations of some of the .NET Base Class Library and other libraries. The specific goal is for me to implemet enought to get Resolver One spreadsheets, exported as code, to run under CPython. I will implement the .NET classes needed for this, but this project should be helpful for anyone wanting to run IronPython code under CPython. You can check-out the latest version from subversion: svn checkout http://python-system.googlecode.com/svn/trunk/ python-system-read-only GoalsI will be starting with partial implementations of Array, DateTime, Color, Point and friends (the 'low hanging fruit'). The goal is to provide a 'compatible but not necessarily complete' implementation of .NET classes. Code that is useful for other people will happily be added of course, so long as no incompatibilites are requested! As an example, I will be starting with a partial implementation of the Array class. This will support the IronPython syntax for creating typed arrays, but will not actually implement a typed array (probably based on the list type): array = Array[int]((1, 2, 3, 4) Status
For buying techie books, science fiction, computer hardware or the latest gadgets: visit The Voidspace Amazon Store. If you're looking for a new techie job, try the Voidspace Tech Job Board. This is part of the Hidden Network of technology and programming jobs.
Last edited Fri Feb 15 13:42:11 2008. Counter... |
|
|
Blogads
Follow me on: Tech Jobs |