Rob Pike's Ivy language was recently ported to iOS and Android using gomobile. As a purely academic pursuit, I decided to write a subset of LISP called Lambda, purely in Go, and using gomobile, bring it to iOS. Hence, this app. This app shows that Go has a vibrant ecosystem, and can be used for writing cross-platform code. Even heavy language interpreters.
This is a WIP, and right now I only have a barebones version ready. Go through the more thorough documentation in the Lambda repository to see some more examples of what the language can do.