Reverse Polish Evaluator in Python
Here is an implementation in python of a simple arithmetic evaluator that evaluates expressions in reverse polish notation.
Developer. Author. Speaker.
Here is an implementation in python of a simple arithmetic evaluator that evaluates expressions in reverse polish notation.
Javascript is a language full of surprises: there are the good parts and the bad parts. Today, I discovered valueOf. I’ll let you decide to what parts of javascript valueOf belongs…
A friend of mine (Hillel Kahana) shared with me a riddle that his 10-year old son brought from a math workshop. At first, the riddle sounded easy…
A friend of mine (Hillel Kahana) shared with me a riddle that his 10-year old son brought from a math workshop. At first, the riddle sounded easy…
Introduction
This is a playground for the languages supported by the KLIPSE plugin.
Background
When we presented the Y combinator, we said that it was very aesthetic but not so practical.
This is an introductory article to the Y combinator from lambda-calculus. But we won’t mention the Y combinator in this article.
When we presented the Y combinator, we said that it was very aesthetic but not so practical.