On Wed, Dec 05, 2001 at 02:23:57PM -0500, Doug McNaught wrote:
> "Ross J. Reedstrom" <reedstrm@rice.edu> writes:
> > P.S. Which package are you looking at, BTW?
>
> TinyScheme:
>
> http://tinyscheme.sourceforge.net/home.html
>
> It's not the prettiest code I've ever seen, but it's small, not too
> hard to read, and complete enough to be useful from what I can see. I
> think it'll be an interesting project.
>
> I am still thinking of maybe writing my own Scheme implementation, but
> there are already N of them out there. If I can use something that's
> compatible license-wise and reasonably functional, so much the better.
Yeah, a quick search on freshmet.net found TinyScheme and KSI Scheme as
candidates for an embeddable Scheme interpreter. KSI is described as
'well documented: but the doumentation is in Russian'
Ross