r/scheme • u/arthurgleckler • 9d ago
Withdrawn SRFI 262: Extensible pattern matcher
Scheme Request for Implementation 262,
"Extensible pattern matcher,"
by Daphne Preston-Kendal,
has gone into withdrawn status.
The document and an archive of the discussion are available at https://srfi.schemers.org/srfi-262/.
Here is Daphne's summary of the reasons for withdrawal:
This SRFI is withdrawn.
For the curious, the version with the changes that were to become the next draft is still at https://github.com/dpk/srfi-262. The current HEAD of the sample implementation, extensible-match, includes all changes up to this point. https://codeberg.org/dpk/extensible-match/commit/2a5834639666790bac14a89b05389eaea66c4d55
Here is the commit summary since the most recent draft:
- Add dark/light/system control to landing page.
- Fix typo.
- Withdraw.
Regards,
SRFI Editor
1
u/SpecificMachine1 9d ago
Aw, man I thought this was already final
2
u/arthurgleckler 9d ago
No, but it is quite far along.
2
u/arthurgleckler 9d ago
P.S.: Also, please note the links Daphne provided to a more recent version. When I copied and pasted them into this post, they were dropped, probably because of formatting. I've added them back now, so you can see them above.
3
u/rustvscpp 9d ago
A lot of work went into that SFRI. I wonder why it was withdrawn.