On Fri, Oct 3, 2008 at 6:56 PM, Jörg F. Wittenberger <[EMAIL PROTECTED]> wrote: > Hi, > > I noticed that match was gone and found "matchable" from the eggs > positioned as if it was the suggested alternative. Or am I missing > something? > > Now let's try: > > (print (match '(lambda (a b) (+ a b)) > ((_ llist body ...) (vector llist body ...)))) > > (uses match) on chicken 3 did match that; matchable doesn't.
The second "..." is incorrect (body is matched with the remaining list), cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
