[racket] eval question

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Thu Nov 20 10:54:58 EST 2014

On Thu Nov 20 2014 at 10:42:08 AM Benjamin Greenman <blg59 at cornell.edu>
wrote:

> But why does eval's default namespace include "+" but not "expt"?
>

It doesn't include either `+` or `expt`. The initial value for
`current-namespace` inside a module is an empty namespace.

Sam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20141120/4511f227/attachment.html>

Posted on the users mailing list.