Email list hosting service & mailing list manager


Change: MUST support block comment "#|...|#" and datum comment "#; datum" David A. Wheeler 07 Aug 2013 00:17 UTC

I intend to change SRFI-110 to REQUIRE support for "#|...|#" (SRFI-30)
and "#;datum" (SRFI-62), by making them MUSTs.

Rationale:
- These are already built into R6RS and R7RS, so NOT
   requiring them might be surprising to (modern) users.
- The more MUSTs, the more that users can depend on.
- If someone goes to the trouble of implementing sweet-expressions
  I think they'd be willing to implement these.

Any thoughts?

--- David A. Wheeler