Ticket #219 (writing defect)
bring back readable boolean literals
| Reported by: | alexshinn | Owned by: | cowan |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | WG1 - Reader Syntax | Keywords: | |
| Cc: |
Description
Scheme used to use #!true and #!false before
abbreviating to the unfortunate #t and #f syntax,
which look far too alike.
We probably can't remove these, but we could
add them back in as aliases (optionally without
the "!") and hope to remove the short versions
in R8RS.
Change History
Note: See
TracTickets for help on using
tickets.

WG1 accepted this proposal.