Hi,

The when-let macro is great, but it accepts only one binding. Why? Are 
there any reason why this macro was not ever extended to support multiple 
bindings (defined, for example, 
here: http://inclojurewetrust.blogspot.ru/2010/12/when-let-maybe.html)?

(when-let* [x (something)
                y (something1)]
  (do-something x y))

Regards,
Vladimir

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to