[Ecls-list] Qt binding "EQL" now embeddable in Qt/C++

Polos Ruetz polos.ruetz at gmail.com
Thu Feb 24 19:31:03 UTC 2011


The circle seems complete now:
- embedded in ECL, to be:
- embeddable in Qt/C++

This means that you can:
- statically link any Qt/C++ app to EQL/Lisp
- directly call any C++ function from Lisp (after declaring it
Q_INVOKABLE in C++)
- directly call any Lisp function from C++

Embedding example:
http://gitorious.com/eql/eql/trees/master/Qt_EQL

Repository/Download:
http://gitorious.com/eql/eql/commits/master

Mailing list:
http://groups.google.com/group/eql-user/topics

Paul

P.S. Two hassles have been resolved:
- better/simpler enumerations
- better/simpler memory management (removing possible leaks; GC where needed)
For info see doc/Notes.htm in sources.




More information about the ecl-devel mailing list