aag commented on issue scheme/r7rs#334 2026年06月30日 17:06:12 +02:00
Hexadecimal floating point literals

Somehow I didn't receive a notification of the new draft from GitHub. I'll post it today.

aag pushed to main at scheme/r7rs 2026年06月29日 01:00:01 +02:00
bc50214bf9 Add optional --pretty arg to download-issues.scm.
44f87a9d71 Explain how to run "download-issues.scm".
Compare 2 commits »
aag commented on issue scheme/r7rs#368 2026年06月11日 21:46:47 +02:00
consistency of escaped and non-escaped symbols

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.

aag commented on issue scheme/r7rs#365 2026年06月09日 22:36:18 +02:00
Strict IEEE arithmetic

Thank you very much for this write-up. It makes the whole situation much clearer.

aag commented on pull request scheme/r7rs#355 2026年05月21日 22:20:13 +02:00
add RSS feed for public draft releases

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...

aag commented on pull request scheme/r7rs#355 2026年05月21日 21:34:39 +02:00
add RSS feed for public draft releases

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...

aag commented on pull request scheme/r7rs#355 2026年05月21日 21:22:38 +02:00
add RSS feed for public draft releases

Never mind. Of course, it was pushed as soon as I merged the change.

aag pushed to pages at scheme/r7rs 2026年05月21日 21:21:15 +02:00
1cb43bb441 Merge pull request 'add RSS feed for public draft releases' (#355) from phm/r7rs:pages into pages
27bd90ff54 add feed.xml
ff71d948ed add RSS feed for public draft releases
Compare 3 commits »
aag merged pull request scheme/r7rs#355 2026年05月21日 21:21:15 +02:00
add RSS feed for public draft releases
aag commented on pull request scheme/r7rs#355 2026年05月21日 21:17:13 +02:00
add RSS feed for public draft releases

Would you please let me know when this has been pushed to the site? I'll add it to Planet Scheme.

aag commented on issue scheme/r7rs#336 2026年05月01日 22:46:46 +02:00
Prefer syntax-case for example implementations

You're right. I'm way behind the times. From the Macrological Fascicle:

aag commented on issue scheme/r7rs#336 2026年05月01日 21:52:59 +02:00
Prefer syntax-case for example implementations

We seem to be agreed that syntax-case is to be Scheme's macro foundation.

aag commented on issue scheme/r7rs#32 2026年04月26日 23:55:58 +02:00
Raw string literals

SRFI 267 has just been finalized. Here are the diffs since 2026年03月08日, when it was voted on:

aag commented on issue scheme/r7rs#321 2026年04月18日 19:33:49 +02:00
R6RS when and unless

Me, too. I agree on tail calling.

aag commented on issue scheme/r7rs#324 2026年04月18日 04:02:54 +02:00
Where to put port operations

Rather than pollute this issue, I've created a new one for the Foundations => Small idea above: #325.

aag opened issue scheme/r7rs#325 2026年04月18日 04:02:08 +02:00
Foundations => Small
aag commented on issue scheme/r7rs#324 2026年04月18日 03:59:45 +02:00
Where to put port operations

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,...

aag commented on issue scheme/r7rs#301 2025年12月30日 17:52:46 +01:00
Proposal: Add index argument to vector-map, vector-for-each, and others

I have a macro analogous to do-list that I use instead of vector-for-each:

aag commented on issue scheme/r7rs#214 2025年12月20日 20:21:42 +01:00
Control of record printing

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...

aag commented on issue scheme/r7rs#32 2025年12月12日 01:04:47 +01:00
Raw string literals

@phm wrote