Maybe you should make a Lisp app?

Hello! Since I’m awake at night with pneumonia I stumbled across Fennel, a Lisp compiler that targets Lua. It was quite easy to get it running in Codea.

There are some Lisp fans out there who dont know that they are missing an ios app for prototyping.

Fennel.zip (54.0 KB)

4 Likes

Hah that is nuts! I love the little example lambda in your project:

(lambda [] 
  (background 0)
  (rectMode CENTER)
  (fill 95 80 233)
  (rect (. CurrentTouch "x")
        (. CurrentTouch "y") 50 50)
)

Though I hope you are recovering OK from your pneumonia, please rest lots

1 Like