weavejester / medley

A lightweight library of useful Clojure functions
Eclipse Public License 1.0
870 stars 67 forks source link

adding a ns where the collections come first #17

Closed cgore closed 7 years ago

cgore commented 7 years ago

Because my brain tends to work that way.

tsmarsh commented 7 years ago

:+1:

weavejester commented 7 years ago

Thank you for the patch, but I'd rather not add an alternative argument order to the API. It adds complexity and is inconsistent with the way clojure.core works.