Changes between Version 4 and Version 5 of LibSbmlBindings


Ignore:
Timestamp:
Mar 31, 2011, 1:09:16 PM (14 years ago)
Author:
mirschel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibSbmlBindings

    v4 v5  
    77Currently this is done with [http://common-lisp.net/project/cparse/ CPARSE] and [http://uffi.b9.com/ UFFI]. CPARSE and UFFI only work for c (using the c-api of [http://sbml.org/Software/libSBML libSBML]).
    88
    9 swig allows to generate (part of the) bindings.
    10 currently c++ is (sufficently) supported by allegro and [http://common-lisp.net/project/cffi/ CFFI].
    11 for clisp and UFFI there are already problems for sbase (abstract class, virtual functions).
     9[http://www.swig.org/ SWIG] allows to generate (part of the) bindings.
     10currently c++ is (sufficiently) supported by allegro and [http://common-lisp.net/project/cffi/ CFFI].
     11For clisp and UFFI there are already problems for sbase (abstract class, virtual functions).
    1212
    1313Main problems to solve are typemaps especially handling strings.