- Sunnyvale, CA
- https://srfi.schemers.org/
-
I am editor of SRFI, the Scheme Requests for Implementation.
-
Joined on
2022年05月09日
Somehow I didn't receive a notification of the new draft from GitHub. I'll post it today.
MIT Scheme binds 1+ and -1+, doesn't require escaping them on input, and doesn't escape them on output. I like that a lot.
Thank you very much for this write-up. It makes the whole situation much clearer.
Thanks. Once it was fixed on your end, I found a bug on the Planet Scheme end that caused further problems with dates. That's now fixed. The new feed's sole post shows up at the top of Planet...
Would you please fix the pubDate values in the feed? They're supposed to follow RFC 822 date format, but they're missing both the seconds and the day of the week. I can work around that, but...
Never mind. Of course, it was pushed as soon as I merged the change.
Would you please let me know when this has been pushed to the site? I'll add it to Planet Scheme.
You're right. I'm way behind the times. From the Macrological Fascicle:
We seem to be agreed that syntax-case is to be Scheme's macro foundation.
SRFI 267 has just been finalized. Here are the diffs since 2026年03月08日, when it was voted on:
when and unless
Me, too. I agree on tail calling.
Rather than pollute this issue, I've created a new one for the Foundations => Small idea above: #325.
I don't know whether this is a good idea, but perhaps it would be clearer if we renamed Foundations to Small, and built on top of that. Then we could either not have anything called Foundations,...
vector-map, vector-for-each, and others
I have a macro analogous to do-list that I use instead of vector-for-each:
It would be nice to avoid having it be O(N) in the number of types. If pred could also be a RTD, it would be possible to discriminate among those printers in O(1), and only if no printer was...