chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Chicken-users] pattern matching


From: F. Wittenberger
Subject: [Chicken-users] pattern matching
Date: Fri, 03 Oct 2008 18:56:15 +0200

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.

Any suggestions?

thanks a lot

/Jörg




reply via email to

[Prev in Thread] Current Thread [Next in Thread]