user=> (defn radix-tree-set [things]
[(zipmap things (iterate inc 0))
#<Exception java.lang.Exception: Unmatched delimiter: )>
user=> #<Exception java.lang.Exception: Unmatched delimiter: )>
user=>
WTF is going on here? Enter after the first line (with an unmatched
open parenthesis) moves to a second line instead of submitting the
form, as expected. However, enter after the second line produces
doubled unmatched-close-parenthesis messages, which is doubly
(quadruply?) bogus. Not only should it not be submitting the form yet,
instead giving me a third line aligned just after the unmatched [, but
there *isn't an unmatched close parenthesis anyway!*
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
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