diff --git a/examples/swank-server/lisp/swank-quicklisp.lisp b/examples/swank-server/lisp/swank-quicklisp.lisp index 5c56365..1b6580c 100644 --- a/examples/swank-server/lisp/swank-quicklisp.lisp +++ b/examples/swank-server/lisp/swank-quicklisp.lisp @@ -143,7 +143,7 @@ #+(or android ios) (progn ;; 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 :q (quicklisp))) diff --git a/readme.md b/readme.md index ae5dc35..6790ffe 100644 --- a/readme.md +++ b/readme.md @@ -30,7 +30,6 @@ port still lacks significant parts of mobile (as of Qt6.2). TODO ---- -* add Swank server on mobile * add sokoban example * add CL REPL example * add Windows platform