mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 22:10:21 +02:00
* scheme-modules.texi (Environments): only available when
(ice-9 r5rs) is used. * scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
This commit is contained in:
parent
a48c626fba
commit
d703aba57a
3 changed files with 14 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2002-10-27 Gary Houston <ghouston@arglist.com>
|
||||
|
||||
* scheme-modules.texi (Environments): only available when
|
||||
(ice-9 r5rs) is used.
|
||||
* scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
|
||||
|
||||
2002-10-27 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* scheme-scheduling.texi: Updated mutex and condition varable
|
||||
|
|
|
@ -90,6 +90,13 @@ Evaluation}).
|
|||
In addition, in Guile any module can be used as an R5RS environment,
|
||||
i.e., passed as the second argument to @code{eval}.
|
||||
|
||||
Note: the following two procedures are available only when the
|
||||
@code{(ice-9 r5rs)} module is loaded:
|
||||
|
||||
@smalllisp
|
||||
(use-modules (ice-9 r5rs))
|
||||
@end smalllisp
|
||||
|
||||
@deffn {Scheme Procedure} scheme-report-environment version
|
||||
@deffnx {Scheme Procedure} null-environment version
|
||||
@var{version} must be the exact integer `5', corresponding to revision
|
||||
|
|
|
@ -7,7 +7,7 @@ as a separate package. The current status of guile-scsh can be found at
|
|||
@url{http://arglist.com/guile/}.
|
||||
|
||||
For information about scsh see
|
||||
@url{http://www-swiss.ai.mit.edu/ftpdir/scsh/}.
|
||||
@url{http://www.scsh.net/}.
|
||||
|
||||
The closest emulation of scsh can be obtained by running:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue