Re: Amb operator

2009-04-13 Thread Victor Rodriguez
> is a >> >> port I did of cl-cont. It has some limitations, but because Clojure has >> >> so >> >> few special forms (compared to Common Lisp), it has the chance to >> >> achieve >> >> pretty good coverage. >> >> I'm t

Re: Amb operator

2009-04-13 Thread David Nolen
verage. > >> I'm trying to get it working with compojure and enlive for web > development > >> a la Seaside and Weblocks- it would be interesting to see what other > uses it > >> might have. > >> > >> 2009/4/10 André Ferreira > >>>

Re: Amb operator

2009-04-13 Thread Victor Rodriguez
> a la Seaside and Weblocks- it would be interesting to see what other uses it >> might have. >> >> 2009/4/10 André Ferreira >>> >>> So, I was wondering if anyone had implemented the amb operator in >>> Clojure, so I decided to give it a try. This is my

Re: Amb operator

2009-04-13 Thread David Nolen
enlive for web development > a la Seaside and Weblocks- it would be interesting to see what other uses it > might have. > > 2009/4/10 André Ferreira > > >> So, I was wondering if anyone had implemented the amb operator in >> Clojure, so I decided to give it a try. Th

Re: Amb operator

2009-04-13 Thread David Nolen
pretty good coverage. I'm trying to get it working with compojure and enlive for web development a la Seaside and Weblocks- it would be interesting to see what other uses it might have. 2009/4/10 André Ferreira > > So, I was wondering if anyone had implemented the amb operator in >

Amb operator

2009-04-09 Thread André Ferreira
So, I was wondering if anyone had implemented the amb operator in Clojure, so I decided to give it a try. This is my first Clojure program bigger then 5 lines, the code still needs ALOT of work, it is ugly as hell atm, but I think it kind of works. (Yes, I know, it's very easy to bug it, its