Hi,
is this the intended behavior?
user=> #(nil)
java.lang.NullPointerException (NO_SOURCE_FILE:12)
user=> (def b #(nil))
java.lang.NullPointerException (NO_SOURCE_FILE:13)
This works:
user=> #('nil)
#<user$eval__43$fn__45 [EMAIL PROTECTED]>
Thanks,
-Ralf
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---