Re: random name generator using adjective-animal combinations

2013-09-30 Thread Waldemar Schwan
Hey great to hear! Thanks for the feedback! Gruß Waldemar > Am 30.09.2013 um 11:52 schrieb 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 "Clo

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

random name generator using adjective-animal combinations

2013-09-28 Thread Waldemar
Hi, I just wrote a tiny function that combines a list of adjectives and animals to a lazyseq, from which I can take x combinations and use them to name clients or machines[1]. It's not a big thing, the main effort was to find nice lists. I always liked the naming on heroku, thats why I wanted s