[racket] Parsing Numbers

From: The Configurator (configurator at gmail.com)
Date: Wed Aug 4 20:06:41 EDT 2010

On Wed, Aug 4, 2010 at 23:04, Ewan Higgs <ewan_higgs at yahoo.co.uk> wrote:

> <snip>

It should either return two values as entering "> 1 1" would or it should
> yield an
> error.
>
>
It should definitely not return two values. That would make no sense at all
since there's no separating character. According to the spec it's an invalid
value, i.e. a reader error.
But why not expand on the standard? I don't see anything wrong with adding
features and extra functionality - as long as strict standard-complying code
will run the same way.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20100805/e7b7ca9d/attachment.html>

Posted on the users mailing list.