Re: Clojure resources in Spanish

2009-10-22 Thread Antonio Garrote
Hi Ángel. I much afraid most of the information about Clojure is in English but for some random blog posts. About the spanish Clojure group, I think is a great idean and I would be really interested in participating in such a group. Cheers! On 10/22/09 11:51 AM, "Angel Java Lopez" wrote: > Hi

Pattern matching library

2009-09-28 Thread Antonio Garrote
Hello everyone. I¹ve been working for a couple of days in a small library for doing pattern matching in Clojure. Although it is just a sketch, is currently working. These are some examples of how to use: >(tuples/match (a b (c d) e) (1 2 (3 4) 5) (+ b e)) 7 >(def *