Changes between Version 1 and Version 2 of LibSbmlBindings


Ignore:
Timestamp:
May 8, 2008, 10:34:42 AM (17 years ago)
Author:
rempel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LibSbmlBindings

    v1 v2  
    1 
    21== Bindings of libSBML to CommonLisp and Promot ==
    32
     
    87Currently this is done with c-parse and UFFI.
    98
     9c-parse and uffi only work for c (using the c-api of libsbml).
     10
     11swig allows to generate (part of the) bindings.
     12currently c++ is (sufficently) supported by allegro and cffi.
     13for clisp and uffi there are already problems for sbase (abstract class, virtual functions).
     14
     15Main problems to solve are typemaps especially handling strings.
     16function overloading (const/ non-const versions/for most bindings const versions are ignored)
     17dispatch to get the correct return type, (and to call the correct function?)