mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-06 12:10:28 +02:00
*** empty log message ***
This commit is contained in:
parent
d9d39d76e7
commit
14fe4fe9ce
2 changed files with 5 additions and 3 deletions
5
NEWS
5
NEWS
|
@ -113,6 +113,11 @@ This module requires SLIB to be installed and available from Guile.
|
||||||
|
|
||||||
* Changes to the stand-alone interpreter
|
* Changes to the stand-alone interpreter
|
||||||
|
|
||||||
|
** Evaluation of "()", the empty list, is now an error.
|
||||||
|
|
||||||
|
Previously, you could for example write (cons 1 ()); now you need to
|
||||||
|
be more explicit and write (cons 1 '()).
|
||||||
|
|
||||||
** It's now possible to create modules with controlled environments
|
** It's now possible to create modules with controlled environments
|
||||||
|
|
||||||
Example:
|
Example:
|
||||||
|
|
|
@ -17,9 +17,6 @@
|
||||||
(scm_apply, scm_dapply): use SCM_EVALIM2 to get proper error
|
(scm_apply, scm_dapply): use SCM_EVALIM2 to get proper error
|
||||||
reporting for empty combinations.
|
reporting for empty combinations.
|
||||||
|
|
||||||
[ I think I recovered the lost performance with this. I will
|
|
||||||
further clean this up soon, too. ]
|
|
||||||
|
|
||||||
2001-03-02 Keisuke Nishida <kxn30@po.cwru.edu>
|
2001-03-02 Keisuke Nishida <kxn30@po.cwru.edu>
|
||||||
|
|
||||||
* Remove dump facilities.
|
* Remove dump facilities.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue