Subject: Re: Scheme implementation in C++
From: rpw3@rigden.engr.sgi.com (Rob Warnock)
Date: 2000/10/24
Newsgroups: comp.lang.scheme
Message-ID: <8t3gbc$1be8b$1@fido.engr.sgi.com>
Timo K Suoranta  <tksuoran@cc.helsinki.fi> wrote:
+---------------
| Rob Warnock <rpw3@rigden.engr.sgi.com> wrote:
| > I'd start by studying a handful of decent C-based Scheme implementations
| > in depth (there are lots of open-source implementations to look at).
| 
| Ah. But I haven't found any C-based Scheme implementation that would
| be well documented.
+---------------

Bull!! Have you even bothered to *look*?!?  E.g., I've always found
MzScheme to be *quite* well documented:

    <URL:http://www.cs.rice.edu/CS/PLT/packages/doc/insidemz/index.htm>

Or Bigloo, as another example:

    <URL:http://kaolin.unice.fr/bigloo/>
    <URL:http://kaolin.unice.fr/bigloo/Doc/bigloo.html>
    <URL:http://bigloo-lib.sourceforge.net>

+---------------
| Not only that, I also prefer to have some kind of sourcecode
| documentation system like Doxygen.
+---------------

Bah! You only need that sort of stuff when the code is badly written
in the first place.


-Rob

-----
Rob Warnock, 31-2-510		rpw3@sgi.com
Network Engineering		http://reality.sgi.com/rpw3/
Silicon Graphics, Inc.		Phone: 650-933-1673
1600 Amphitheatre Pkwy.		PP-ASEL-IA
Mountain View, CA  94043