[FRIAM] Evaluating Expressions, part 2 – Con ditional Special Form

2010-09-05 Thread Dale Schumacher
Conditional special forms implemented via pattern matching rather than Boolean predicates and lambda abstractions defined in terms of pattern matching (http://bit.ly/9VZtIH) FRIAM Applied Complexity Group listserv Meets Fridays 9a-11:30

Re: [FRIAM] Evaluating Expressions, part 2 – Con ditional Special Form

2010-09-05 Thread michael barron
Dale:Do you have the link to part one? If so can you post it regards michael barron On Sun, Sep 5, 2010 at 9:55 AM, Dale Schumacher dale.schumac...@gmail.com wrote: Conditional special forms implemented via pattern matching rather than Boolean predicates and lambda abstractions defined in

Re: [FRIAM] Evaluating Expressions, part 2 – Con ditional Special Form

2010-09-05 Thread Sarbajit Roy
The link to part 1 is at the bottom of part-2 Anyway here it is again http://www.dalnefre.com/wp/2010/08/evaluating-expressions-part-1-core-lambda-calculus/ On 9/5/10, michael barron mhbar...@gmail.com wrote: Dale:Do you have the link to part one? If so can you post it regards michael barron