Re: clojure.core/keys

2018-08-05 Thread Andres Pineda
eed to return the keys in the order they > were added, there is an implementation of this available called > ordered-maps's here: https://github.com/amalloy/ordered > > Andy > > On Sun, Aug 5, 2018 at 12:12 AM Andres Pineda > wrote: > >> Why does the keys fun

clojure.core/keys

2018-08-05 Thread Andres Pineda
Why does the keys function return unexpected order when there are 8 or more keys in a map? I believe the order issue also applies to seq. -- 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 N