public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* Keyword syntax
@ 2015-02-15 20:56 Helmut Eller
  2015-02-15 21:23 ` Per Bothner
  0 siblings, 1 reply; 2+ messages in thread
From: Helmut Eller @ 2015-02-15 20:56 UTC (permalink / raw)
  To: kawa

Keywords can be written as foo: or as #:foo.  The former is the
"official" syntax but it is incompatible with R7RS.  The latter is not
even documented in the manual.  I need to use keywords in r7rs mode for
define-simple-class, so I was wondering if the latter syntax is in
danger of being deprecated?

Helmut

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

* Re: Keyword syntax
  2015-02-15 20:56 Keyword syntax Helmut Eller
@ 2015-02-15 21:23 ` Per Bothner
  0 siblings, 0 replies; 2+ messages in thread
From: Per Bothner @ 2015-02-15 21:23 UTC (permalink / raw)
  To: kawa



On 02/15/2015 12:56 PM, Helmut Eller wrote:
> Keywords can be written as foo: or as #:foo.  The former is the
> "official" syntax but it is incompatible with R7RS.  The latter is not
> even documented in the manual.

It's documented in the SVN manual source, in both the Keywords
and Hash-prefixed-form sections.

I'm puzzled why the web-site shows different.  Perhaps some problem
updating the web-site.  Hm.  I'll look into it.

> I need to use keywords in r7rs mode for
> define-simple-class, so I was wondering if the latter syntax is in
> danger of being deprecated?

I intend to keep the #:foo syntax - it's used by both Guile and Racket.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

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

end of thread, other threads:[~2015-02-15 21:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-15 20:56 Keyword syntax Helmut Eller
2015-02-15 21:23 ` Per Bothner

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