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

Chez Scheme and SRFI-1

This page is part of the web mail archives of SRFI 1 from before July 7th, 2015. The new archives for SRFI 1 contain all messages, not just those from before July 7th, 2015.



John David Stone writes:

>        I checked to see which of the identifiers proposed for SRFI-1
>procedures are already in use in Chez Scheme and, of those, which have the
>same meanings in Chez Scheme as in SRFI-1.
>
>        TREE-COPY, MAKE-LIST, LIST*, LIST-COPY, LAST-PAIR, APPEND!, and
>REVERSE! are predefined in Chez Scheme and appear to have the same meaning
>as in SRFI-1.
>
>        REMOVE and REMOVE! in Chez Scheme correspond to DELETE and DELETE!
>in SRFI-1.
>
>        None of the other SRFI-1 identifiers is predefined in Chez Scheme.


REMOVE in Chez Scheme (as well as in MzScheme, Bigloo and Common Lisp)
conflicts
with REMOVE in SRFI-1.