[racket] HTDP2e typo?

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Wed Jan 5 13:02:40 EST 2011

take a look at the 'draft' version of 2e and it is false


On Jan 5, 2011, at 11:34 AM, Arthur Nunes-Harwitt 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



Posted on the users mailing list.