chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Scheme and Xcode?


From: John Cowan
Subject: Re: [Chicken-users] Scheme and Xcode?
Date: Fri, 5 Jul 2013 13:16:43 -0400
User-agent: Mutt/1.5.20 (2009-06-14)

Claude Marinier scripsit:

> 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.

Other small Schemes include Chibi Scheme, SigScheme, S7, and (less
conformant) librep and FemtoLisp.  Chibi and FemtoLisp are bytecode
compilers, which makes them considerably faster than the rest.
Chibi in particular conforms fully to R5RS and R7RS-small.

> Hum ... does Scheme attract nice people?  :-)

I'd say so, with a few notable exceptions.

-- 
If you understand,                      John Cowan
   things are just as they are;         http://www.ccil.org/~cowan
if you do not understand,               address@hidden
   things are just as they are.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]