Lambda Calculus: The Y combinator in clojure
In a previous article, we have shown how one can write recursive functions without using names.
Developer. Author. Speaker.
In a previous article, we have shown how one can write recursive functions without using names.
In this article, we are going to show how one could write recursive functions in a language where there are no names and no loops.
This is an introductory article to the Y combinator from lambda-calculus. But we won’t mention the Y combinator in this article.
In our previous article, we showed how the numbers are represented in lambda calculus.
The mathematical theory behind LISP is the λ-calculus (pronounced lambda-calculus).
testcheck-js is a library for generative testing of program properties.
What is Klipse?
This blog post is about to show a new way of blogging about PHP.
Immutable.js is a library that provides immutable collections for JavaScript, inspired by Clojure collections. It has been developed by Facebook.
Every javsacript developer knows that eval is evil.