small revision

This commit is contained in:
pls.153 2022-03-03 17:33:12 +01:00
parent e03a0b81ad
commit f30be21d0b
2 changed files with 1 additions and 2 deletions

View file

@ -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)))

View file

@ -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