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
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 *