Hi,

If you need a simple Scheme interpreter as an extension language for your application, I suggest that you look at TinyScheme. The GIMP uses it as its extension language. TinyScheme is written is portable C and is easy to hack. It's not hard to add TREX for regular expressions (even I was able to do that). The TSX add-on is useful and easy to extend.

    http://tinyscheme.sourceforge.net/home.html

As with Chicken, there are nice people in TinyScheme's community. Hum ... does Scheme attract nice people? :-)

On Fri, 3 Jul 2013, Tom Kwong wrote:
I second that question. It would be nice if anyone has any kind of documentation about how to embed chicken in an iPhone app.

--
Claude Marinier


_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to