Changes between Version 3 and Version 4 of LibSbmlBindings


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

--

Legend:

Unmodified
Added
Removed
Modified
  • LibSbmlBindings

    v3 v4  
    55ForeignFunctionInterface of CommonLisp.
    66
    7 Currently this is done with c-parse and UFFI.
    8 
    9 c-parse and uffi only work for c (using the c-api of libsbml).
     7Currently 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]).
    108
    119swig allows to generate (part of the) bindings.
    12 currently c++ is (sufficently) supported by allegro and cffi.
    13 for clisp and uffi there are already problems for sbase (abstract class, virtual functions).
     10currently c++ is (sufficently) 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).
    1412
    1513Main problems to solve are typemaps especially handling strings.