Re: Type hints for clojure.set functions

2013-10-03 Thread Gavin Sinclair
Looks great, Andy. -- -- 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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this gro

Re: Curious behaviour of 'frequencies'

2013-09-30 Thread Gavin Sinclair
Thanks BG. I recently obtained this knowledge of map implementations myself, either on this list or in a book. However, it's the *first* map that has sorted keys! That's the opposite of what we'd expect from your explanation, because the large map appears sorted while the small map is unsort

Curious behaviour of 'frequencies'

2013-09-30 Thread Gavin Sinclair
I have a value 'y' in my REPL that is a sequence containing two sequences of numbers: (def y '( (15 18 17 17 16 19 16 10 21 16 21 23 19 16 18 15 21 14 21 12 26 17 13 22 26 16 14 17 11 15 16 18 13 10 18 18 19 13 14 17 19 18 15 20 20 17 20 19 12 20 14 21 13 17 15 22 17 21 13 15 16 17 14

Re: random name generator using adjective-animal combinations

2013-09-30 Thread Gavin Sinclair
Believe it or not, I just had a use for this (generating test strings). Thanks! Gavin -- -- 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 Note that posts from new members are moderated