lqml/examples
2022-03-28 16:40:30 +02:00
..
9999 remove 'import Lisp 1.0' (obsolete) 2022-03-07 12:51:52 +01:00
advanced-qml-auto-reload revisions 2022-03-20 00:07:39 +01:00
app-template update reamde-build regarding Xcode 2022-03-18 11:04:14 +01:00
clog-demo revision 2022-03-28 16:40:30 +02:00
planets remove 'import Lisp 1.0' (obsolete) 2022-03-07 12:51:52 +01:00
swank-server revisions 2022-03-20 00:07:39 +01:00
copy-template.lisp revisions 2022-03-20 00:07:39 +01:00
copy.sh add app template to simplify creating new apps 2022-02-18 11:13:51 +01:00
readme.md revisions 2022-03-18 19:49:34 +01:00

Howto

  • to add a new app from the template, run:
$ ./copy.sh <name>
  • if you want any of Swank / ECL contrib files / QML auto reload / a trivial REPL on mobile, just copy the swank-server example as your template

  • for QML single file auto reload you want advanced-qml-auto-reload, which is derived from example swank-server