mirror of
https://gitlab.com/eql/lqml.git
synced 2026-02-03 22:32:00 -08:00
| .. | ||
| build | ||
| build-android | ||
| build-ios | ||
| lisp | ||
| qml | ||
| app.asd | ||
| app.pro | ||
| app.qrc | ||
| make.lisp | ||
| mkdirs.sh | ||
| ql-libs.lisp | ||
| readme-build.md | ||
| readme.md | ||
| run.lisp | ||
Run
lqml run.lisp
Optionally pass -slime to start a Swank server, and connect from Emacs with
M-x slime-connect.
Closing the window quits the app. If you try to kill it with ctrl-c, you need
an additional ctrl-d to exit from ECL. To quit from Slime, do (qq) which is
short for (qquit).