|
|
|
|
|
by btilly
5166 days ago
|
|
There is no conditional, and without a conditional you can't get a conditional. However modifying it to support conditionals is easy. Just add a built-in function if(condition, expr1, expr2). Now you can build if's. Since the language already properly supports recursive function calls, now it is possible to implement loops through recursion, and you're off and running. |
|
[1] http://en.wikipedia.org/wiki/Church_encoding#Church_booleans