Re: problem with imports inside a binding block

2009-02-12 Thread Stephen C. Gilardi
On Feb 12, 2009, at 4:21 AM, Albert Cardona wrote: I may be missing something fundamental about "binding", because I can't understand how the imports fail inside the binding block: [this works] But this doesn't (restarted the Repl to remove imports): user=> (import '(java.io StringWriter

problem with imports inside a binding block

2009-02-12 Thread Albert Cardona
I may be missing something fundamental about "binding", because I can't understand how the imports fail inside the binding block: This works: user=> (import '(java.io StringWriter)) nil user=> (def bout (StringWriter.)) #'user/bout user=> (bind