Re: Making cryptograms, my first Clojure function. Feedback welcome.

2013-06-13 Thread Dan Neumann
I actually like the original lower/upper/digit the best: lower (seq "abcdefghijklmnopqrstuvwxyz") upper (seq "ABCDEFGHIJKLMNOPQRSTUVWXYZ") digit (seq "0123456789") It's just immediately obvious, especially for instance if you wanted to remove ambiguous chars like 0, O, l, I. On Wednesday, June

Re: Loop run until a Clojure Agent send-off is complete

2013-05-28 Thread Dan Neumann
Aw, come on. No need to squander value back out of the world. On Monday, May 27, 2013 8:02:28 PM UTC-5, Kelker Ryan wrote: > > I wrote it for fun and deleted after no one took interest. There was no > real purpose other than to see if it could be done. > > 28.05.2013, 08:33, "PlĂ­nio Balduino"

Re: New CSS library - Garden

2013-04-10 Thread Dan Neumann
Good stuff! I'm using it in my hobby apps while I continue to cut my teeth on Clojure's web development toolkit. I'll definitely communicate any problems/improvements I spot as I try to scratch my own itch. -- -- You received this message because you are subscribed to the Google Groups "C