> I thought "when" was mainly used for side-effects? "if" seems more > appropriate if you just want the return value.
It's perfectly appropriate and idiomatic when you want the alternative return value to be nil, and you don't want to confuse matters by having a one-element `if`, or an `if` that returns nil. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---