Changes between Initial Version and Version 1 of DeveloperGuidelines/Libraries


Ignore:
Timestamp:
03/03/09 21:10:12 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Libraries

    v1 v1  
     1Obviously, where possible, we should make use of existing Python libraries:
     2 * http://pypi.python.org/pypi/
     3
     4If these aren't available then we can make use of:
     5 * Java libraries using Jython: http://www.jython.org
     6 * C/C++ libraries using SWIG: http://www.swig.org
     7 * .Net libraries using !IronPython: http://www.codeplex.com/IronPython
     8
     9----
     10DeveloperGuidelines