| 9 | c-parse and uffi only work for c (using the c-api of libsbml). |
| 10 | |
| 11 | swig 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). |
| 14 | |
| 15 | Main problems to solve are typemaps especially handling strings. |
| 16 | function overloading (const/ non-const versions/for most bindings const versions are ignored) |
| 17 | dispatch to get the correct return type, (and to call the correct function?) |