mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
small revision
This commit is contained in:
parent
e03a0b81ad
commit
f30be21d0b
2 changed files with 1 additions and 2 deletions
|
|
@ -143,7 +143,7 @@
|
||||||
#+(or android ios)
|
#+(or android ios)
|
||||||
(progn
|
(progn
|
||||||
;; be careful not to use :s, :q in your mobile app code
|
;; be careful not to use :s, :q in your mobile app code
|
||||||
;; simulator note: wrap :s and :q in qrun* (would crash otherwise)
|
;; ios simulator note: wrap :s and :q in qrun* (would crash otherwise)
|
||||||
(define-symbol-macro :s (start-swank))
|
(define-symbol-macro :s (start-swank))
|
||||||
(define-symbol-macro :q (quicklisp)))
|
(define-symbol-macro :q (quicklisp)))
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,6 @@ port still lacks significant parts of mobile (as of Qt6.2).
|
||||||
TODO
|
TODO
|
||||||
----
|
----
|
||||||
|
|
||||||
* add Swank server on mobile
|
|
||||||
* add sokoban example
|
* add sokoban example
|
||||||
* add CL REPL example
|
* add CL REPL example
|
||||||
* add Windows platform
|
* add Windows platform
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue