# SLiOS: Small Lisp Interpreter on iOS #development ## Memos ### Emacs LISP interpreter on Swift (or any other iOS-compatible languages) Goal: implement all the functions (at least) in [GNU Emacs Lisp Reference Manual](https://www.gnu.org/software/emacs/manual/elisp.html) - [swift-lispkit](https://github.com/objecthub/swift-lispkit) - [LispPad](https://www.lisppad.app/) - [BuildYourOwnLispInSwift: A simple LISP interpreter written in Swift](https://github.com/hollance/BuildYourOwnLispInSwift) - [Learn C: Build Your Own Lisp](https://buildyourownlisp.com/) - [Building a LISP from scratch with Swift - uraimo.com](https://www.uraimo.com/2017/02/05/building-a-lisp-from-scratch-with-swift/)