Search code examples
iphonescriptingschemeembedding

Is that possible to embbed Scheme(lisp) interpreter into iPhone app?


I'm finding embeddable Scheme interpreter(or JIT compiler or anything) into Cocoa Touch. I think just a C compatible Scheme engine may be fine. Please recommend some. I wish it's MIT/BSD style free license, but commercials are fine too.

And.. does Apple AppStore allow embedded scripting like Scheme?


Solution

  • I think James Long's blog is exactly what you're looking for: http://jlongster.com/software/iphone/scheme-iphone-example/

    the above link is dead, try https://github.com/jlongster/gambit-iphone-example instead.