's Picture

Yehonathan Sharvit

Developer. Author. Speaker.

  • Blog
  • Talks
  • About
  • Contact
  • Search
  • Testimonials

Discover my book!
DISCOUNT CODE: sharvit39
August 10, 2016

Lambda Calculus: The Y combinator in ruby

In a previous article, we have shown how one can write recursive functions without using names.

lambda-calculus ruby

August 10, 2016

Lambda Calculus: The Y combinator in javascript

In a previous article, we have shown how one can write recursive functions without using names.

lambda-calculus javascript

August 10, 2016

Recursions without names: Introduction to the Y combinator in javascript

This is an introductory article to the Y combinator from lambda-calculus. But we won’t mention the Y combinator in this article.

lambda-calculus javascript

August 10, 2016

Y combinator real life application: recursive memoization in clojure

When we presented the Y combinator, we said that it was very aesthetic but not so practical.

lambda-calculus clojure

August 7, 2016

Lambda Calculus: The Y combinator in clojure

In a previous article, we have shown how one can write recursive functions without using names.

August 7, 2016

Recursions without names: Introduction to the Y combinator

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.

lambda-calculus clojure javascript ruby

August 7, 2016

Recursions without names: Introduction to the Y combinator in clojure

This is an introductory article to the Y combinator from lambda-calculus. But we won’t mention the Y combinator in this article.

clojure lambda-calculus

July 24, 2016

Lambda Calculus Live Tutorial with Klipse: Boolean Algebra

In our previous article, we showed how the numbers are represented in lambda calculus.

lambda-calculus

July 24, 2016

Numbers and Arithmetics with functions only: lambda calculus live tutorial

The mathematical theory behind LISP is the λ-calculus (pronounced lambda-calculus).

lambda-calculus

June 30, 2016

Generative property testing with Javascript: live tutorial

testcheck-js is a library for generative testing of program properties.

javascript

Newer Posts Page 13 of 17 Older Posts

Yehonathan Sharvit © 2026.

Back to top