mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-03 05:20:16 +02:00
Documented serial-map and sequence->list.
This commit is contained in:
parent
4ecb84284b
commit
d41b3904a1
1 changed files with 9 additions and 0 deletions
9
NEWS
9
NEWS
|
@ -16,6 +16,15 @@ next read operation will work on the pushed back characters.
|
|||
If unread-char is called multiple times, the unread characters will be
|
||||
read again in last-in first-out order.
|
||||
|
||||
** New function: serial-map PROC LIST1 LIST2 ...
|
||||
Version of `map' which guarantees that the procedure is applied to the
|
||||
lists in serial order.
|
||||
|
||||
** New syntax: sequence->list BODY1 ...
|
||||
Version of `begin' which returns a list of the results of the body
|
||||
forms instead of the result of the last body form. In contrast to
|
||||
`begin', sequence->list allows an empty body.
|
||||
|
||||
* Changes to the gh_ interface
|
||||
|
||||
** gh_scm2doubles
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue