guile-devel
[Top][All Lists]
Advanced

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

Re: Guile reference manual questions


From: Dirk Herrmann
Subject: Re: Guile reference manual questions
Date: Mon, 16 Oct 2000 09:23:10 +0200 (MEST)

On 15 Oct 2000, Neil Jerram wrote:

>   "This reference manual documents all of Guile's Scheme-level
>    language and features in functionally-related groups.  Where a
>    particular section of the manual includes both R5RS-compliant parts
>    and Guile-specific extensions, the text indicates which parts of
>    the documentation describe R5RS behaviour and which parts describe
>    Guile extensions."

Hmmm.  You could also use a module centered approach:  Guile has a pure
r5rs module, where there are actually no guile extensions available (or
at least that's the way it _should_ be :-).  Whether a certain function
behaves as in R5RS or not depends on the set of modules.  Since modules
should also reflect functionally related groups, this seems to be a
sensible approach (at least in the long term, when guile is more cleanly 
separated into modules).  It seems also to be more helpful with functions
that are neither 'guile extensions' nor R5RS, like the SRFI extensions.

Best regards
Dirk




reply via email to

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