Re: NUL-terminated strings and eof-object-terminated generators
Marc Nieper-WiÃkirchen 21 Feb 2022 18:09 UTC
Am Mo., 21. Feb. 2022 um 18:54 Uhr schrieb John Cowan <xxxxxx@ccil.org>:
> But since Chibi includes Snow, much of Large can be supported as Snow packages. The Chibi implementation of syntax-case may not be performant, but Chibi isn't performant to start with.
Someone (not me) will have to persuade Alex to revert his decision and
move the define-syntax form that actually supports syntax-case back to
the core.
By the way, the problem with Chibi's syntax-case implementation is not
that it is not performant (it is linear because it maps directly to
Chibi's ER/SC core) but that it is only an approximation to the full
syntax-case system. For the basic uses, one doesn't see the
difference, fortunately.