Ticket #14 (writing defect)
alternate comment syntax
| Reported by: | alexshinn | Owned by: | alexshinn |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | WG1 - Reader Syntax | Keywords: | |
| Cc: |
Description
R6RS provides support for #; nested sexp comments,
and #| ... |# nested block comments. Do we include
either or both of these?
Change History
comment:3 Changed 2 years ago by alexshinn
For the record, I consciously chose not to
support #|...|# in Chibi. I just think it's ugly.
But I'm not particularly set on this.
comment:5 Changed 2 years ago by arcfide
| # extensively, and I do think that we should have some way of doing block comments. |
comment:6 Changed 2 years ago by cowan
For the record, #|...|# and #; are specified by SRFI 30 and SRFI 62 respectively.
comment:7 Changed 19 months ago by cowan
- Status changed from new to closed
- Resolution set to fixed
The WG voted to accept both possibilities.
comment:8 Changed 19 months ago by cowan
- Status changed from closed to reopened
- Resolution fixed deleted
To be revoted because there was no simple majority.
comment:9 Changed 18 months ago by alexshinn
- Status changed from reopened to closed
- Resolution set to fixed
Both will be added.
comment:10 Changed 16 months ago by alexshinn
- Status changed from closed to reopened
- Resolution fixed deleted
comment:11 Changed 16 months ago by alexshinn
- Owner alexshinn deleted
- Status changed from reopened to assigned
comment:13 Changed 15 months ago by alexshinn
- Owner set to alexshinn
- Status changed from decided to writing
Note: See
TracTickets for help on using
tickets.

PLT, Gauche, MIT, Gambit, Chicken, Bigloo, Kawa, SISC, Chez support both #; and #| ... |#.
Chibi supports only #;. (Fix that, willya, Alex?)
Scheme48/scsh, s7, SCM, sxm supports only #| ... |#.
Guile, Scheme 9, sscm, vscm don't support either one.
SCM has an incompatible meaning of #;.
I recommend including support for both #; and #|...|#.