weavejester / medley

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

add a new function `dates` ? #34

Closed yellowbean closed 5 years ago

yellowbean commented 5 years ago

Hello, Mr Reeves.

Great repository here ! since in Clojure.core we have function doubles to initiate a double array from a collection. Do you think whether it is a good idea to include a dates in medley ?

basically it can be written as

(defn dates [ x ]
    (into-array LocalDate x )) 
weavejester commented 5 years ago

I think this is a little too narrow a use-case for Medley.