[plt-scheme] couple issues

From: Noel Welsh (noelwelsh at yahoo.com)
Date: Wed Jun 19 13:34:02 EDT 2002

--- David Feuer <dfeuer at techhouse.org> wrote:
> 1. I sent a message earlier asking whether
> quasisyntax was actually
> implemented yet, but did not receive an answer.

No idea.

> 2. When I type in '(a . b . c) in DrScheme I get
> back (b a c).  I would
> have expected a syntax error.  If I use more than 2
> periods, I get a
> syntax error.  Is this behavior correct?  If so,
> what is it for?

It's correct.  It allows infix expressions like

  (3 . < . 5)

Noel

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



Posted on the users mailing list.