Thanks, I was sure that there was an easier way. I updated the Rosetta Code's entry using 'distinct'.
Giacecco On Mar 12, 6:28 pm, Mark Engelberg <[email protected]> wrote: > You could also use the "distinct" function, if you really need a lazy > sequence. > > 2010/3/12 Mark Engelberg <[email protected]> > > > Why not just use the "set" function? > > > On Fri, Mar 12, 2010 at 10:20 AM, Giacecco <[email protected]> wrote: > > >> All, > >> Why does clojure miss lisps' remove-duplicates and delete-duplicates? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
