EQL5/Qt_EQL/tutorial
2021-05-09 17:31:43 +02:00
..
main.cpp add convenience function EQL::addObject() for adding Qt class instances as Lisp variables 2021-05-09 17:31:43 +02:00
README.md tiny revision 2021-05-07 19:16:34 +02:00
test.cpp add tutorial in 'Qt_EQL/' for accessing C++ apps from Lisp 2021-05-07 19:06:19 +02:00
test.h add convenience function EQL::addObject() for adding Qt class instances as Lisp variables 2021-05-09 17:31:43 +02:00
test.lisp add convenience function EQL::addObject() for adding Qt class instances as Lisp variables 2021-05-09 17:31:43 +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