From: Matthias Felleisen (matthias at ccs.neu.edu) Date: Thu May 31 17:34:22 EDT 2012 |
|
On May 31, 2012, at 3:36 PM, Joop Ringelberg wrote: > > (define-namespace-anchor a) > (define ns (namespace-anchor->namespace a)) > (eval (x 1) ns) > > I get the message: > procedure application: expected procedure, given: #<void>; > This is not enough code. What is x? Do you mean '(x 1)? -- Matthias
Posted on the users mailing list. |
|