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

Evaluating Expressions, part 5 – Recursion

$
0
0
Some language environments provide an interactive interface called a Read-Eval-Print-Loop (abbreviated REPL). One key characteristic of a REPL is the ability to incrementally define, extend and re-define your environment. This is particularly challenging in a pure-functional context, such as the evaluator we have developed so far. Modularity and incremental development seems to imply the need [...]

Viewing all articles
Browse latest Browse all 9

Trending Articles