Changes between Version 3 and Version 4 of LibSbmlBindings
- Timestamp:
- Mar 31, 2011, 1:08:06 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
LibSbmlBindings
v3 v4 5 5 ForeignFunctionInterface of CommonLisp. 6 6 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). 7 Currently 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]). 10 8 11 9 swig allows to generate (part of the) bindings. 12 currently c++ is (sufficently) supported by allegro and cffi.13 for clisp and uffithere are already problems for sbase (abstract class, virtual functions).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). 14 12 15 13 Main problems to solve are typemaps especially handling strings.