Closed yellowbean closed 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 ?
doubles
dates
medley
basically it can be written as
(defn dates [ x ] (into-array LocalDate x ))
I think this is a little too narrow a use-case for Medley.
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 adates
inmedley
?basically it can be written as