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
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