Recursion and anonymous functions are widely used in modern programming languages. But how does one write an function with no name that calls itself? The Y combinator is the answer to that question.
Tag Archives: scheme
A parser generator for JavaScript
I've been getting more and more interested in programming languages ever since I did a prototype of that programmable robot game a couple of weeks ago.