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.