unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#38236: R7RS reader does not support datum labels
@ 2019-11-16 20:49 Andy Wingo
  2019-11-16 22:41 ` John Cowan
  2019-11-18 15:10 ` Mark H Weaver
  0 siblings, 2 replies; 5+ messages in thread
From: Andy Wingo @ 2019-11-16 20:49 UTC (permalink / raw)
  To: 38236

R7RS defines a lexical feature called "datum labels"; see section 2.4 in
the report.  An example would be:

   #0=(a b c . #0#)

Guile's reader doesn't support this feature and it's not clear if we
should, in general.  Note, datum literals appear to be incompatible with
array literals.  But we could of course use the R7RS layer as a place to
experiment with a `read' implemented in Scheme.





^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-18 20:57 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-16 20:49 bug#38236: R7RS reader does not support datum labels Andy Wingo
2019-11-16 22:41 ` John Cowan
2019-11-18 15:10 ` Mark H Weaver
2019-11-18 18:35   ` Andy Wingo
2019-11-18 20:57     ` Arne Babenhauserheide

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).