[racket] repl parsing question

From: qld3303 (qld3303 at gmail.com)
Date: Mon Jan 31 22:13:37 EST 2011

I'm not clear as to why the following occurs:

> (+ 3 1)#t+
4
readline-input::183: read: bad syntax `#t+'

> (+ 3 1)#\t+
4
#\t
#<procedure:+>

Why doesn't it recognize that #t is a boolean value?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20110131/f7de6ba2/attachment.html>

Posted on the users mailing list.