mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-16 14:10:35 +02:00
Added blurb about uninterned symbols.
This commit is contained in:
parent
877accb11a
commit
610922b2e2
1 changed files with 9 additions and 0 deletions
9
NEWS
9
NEWS
|
@ -20,6 +20,15 @@ debugging evaluator gives better error messages.
|
||||||
|
|
||||||
* Changes to Scheme functions and syntax
|
* Changes to Scheme functions and syntax
|
||||||
|
|
||||||
|
** We now have uninterned symbols.
|
||||||
|
|
||||||
|
The new function 'make-symbol' will return a uninterned symbol. This
|
||||||
|
is a symbol that is unique and is guaranteed to remain unique.
|
||||||
|
However, uninterned symbols can not yet be read back in.
|
||||||
|
|
||||||
|
Use the new function 'symbol-interned?' to check whether a symbol is
|
||||||
|
interned or not.
|
||||||
|
|
||||||
** pretty-print has more options.
|
** pretty-print has more options.
|
||||||
|
|
||||||
The function pretty-print from the (ice-9 pretty-print) module can now
|
The function pretty-print from the (ice-9 pretty-print) module can now
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue