[racket] HTDP2e typo?

From: Luke Jordan (luke.jordan at gmail.com)
Date: Wed Jan 5 12:02:57 EST 2011

#f and false both work, maybe someone else can comment about if there are
limitations related to which language (Beginner, Advanced, full Racket...)
is declared in DrRacket.

On Wed, Jan 5, 2011 at 10:34, Arthur Nunes-Harwitt <anh at cs.rit.edu> wrote:

> Hi,
>
>  I apologize if this is not quite the right mailing list.  I just started
> looking at the 2e version and I noticed the following.
>
> (string->number "hello world")
>>
>  #f
>
> Shouldn't that read as follows?
>
> (string->number "hello world")
>>
>  false
>
> -Arthur
>
> ==============================================================
> Arthur Nunes-Harwitt
> Computer Science Department, Rochester Institute of Technology
> Room 70-3509
> 585-475-4916
> ==============================================================
>
> "I don't know what the language of the future will be
> called, but it will look like LISP."
>
> This email is confidential and intended for the named recipient(s). In
> the event the email is received by someone other than the recipient,
> please notify the sender at anh at cs.rit.edu.
> _________________________________________________
>  For list-related administrative tasks:
>  http://lists.racket-lang.org/listinfo/users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110105/53af74c4/attachment.html>

Posted on the users mailing list.