Remix.run Logo
roxolotl 2 days ago

LispPad Go is a similar tool focusing on scheme R7RS. It’s been great for writing little scripts. Been using it for a few years now. Racket would be compelling though because of the number of libraries.

https://apps.apple.com/us/app/lisppad-go/id1565747728

s20n a day ago | parent | next [-]

I just tried this out, this is amazing!

It does actually have a lot of R7RS support (like #!fold-case) however it doesn't seem to work with polar complex numbers (e.g; 2@1.5) or complex numbers with infnan (e.g; 3+inf.0i or +inf.0+3i).

more about the implementation: https://www.lisppad.app/applications/language

zerr a day ago | parent | prev [-]

Didn't Apple restrict language interpreters on App Store?

c0balt a day ago | parent [-]

They restricted JIT, interpreters are fine afaik. See also dart etc.

Edit: JIT is under a flag, https://developer.apple.com/documentation/bundleresources/en...

zerr 19 hours ago | parent [-]

So no JIT conversion to byte code either?