EQL5/Qt_EQL/tutorial
2021-06-14 20:13:15 +02:00
..
main.cpp 'Qt_EQL': in 'EQL::addObject' / 'define-qt-wrappers': also add methods of all super classes; make lispifying C names optional; 2021-06-14 20:13:15 +02:00
README.md tiny revision 2021-05-07 19:16:34 +02:00
test.cpp 'Qt_EQL': in 'EQL::addObject' / 'define-qt-wrappers': also add methods of all super classes; make lispifying C names optional; 2021-06-14 20:13:15 +02:00
test.h 'Qt_EQL': in 'EQL::addObject' / 'define-qt-wrappers': also add methods of all super classes; make lispifying C names optional; 2021-06-14 20:13:15 +02:00
test.lisp 'Qt_EQL': in 'EQL::addObject' / 'define-qt-wrappers': also add methods of all super classes; make lispifying C names optional; 2021-06-14 20:13:15 +02:00
test.pro add tutorial in 'Qt_EQL/' for accessing C++ apps from Lisp 2021-05-07 19:06:19 +02:00

Info

This is a basic demo showing how to access a C++ app from Lisp, including the creation of instances of a C++ class (the implementation of which is not really elegant, but it works).

It also starts a simple REPL for playing around interactively.

Build

qmake
make

Run

./test