Quantcast
Channel: It's Actors All The Way Down » pattern-matching
Viewing all articles
Browse latest Browse all 9

Evaluating Expressions, part 2 – Conditional Special Form

$
0
0
We continue exploring actor implementation of programming language constructs by adding a special form for conditional expressions. This will not increase the expressive power of the language. In part 1 we implemented a Turing-complete pure untyped lambda calculus. Now we add direct efficient support for conditional expressions and introduce basic pattern matching. Changes from the [...]

Viewing all articles
Browse latest Browse all 9

Trending Articles