's Picture

Yehonathan Sharvit

Developer. Author. Speaker.

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

Discover my book!
DISCOUNT CODE: sharvit39
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

June 28, 2016

Multi language live snippets with the klipse plugin by @viebel

What is Klipse?

klipse ruby php javascript clojure

June 26, 2016

A new way of blogging about PHP with #klipsePlugin by @viebel

This blog post is about to show a new way of blogging about PHP.

klipse php

June 23, 2016

immutable.js is much faster than native javascript

Immutable.js is a library that provides immutable collections for JavaScript, inspired by Clojure collections. It has been developed by Facebook.

javascript

June 20, 2016

javascript eval: direct vs indirect call

Every javsacript developer knows that eval is evil.

javascript

Newer Posts Page 13 of 17 Older Posts

Yehonathan Sharvit © 2023.

Back to top