Building lambda calculus in Go - Part 1
Recently I got quite interested in the lambda calculus, more specifically its untyped variant. The lambda calculus is a model of computation that is the base for many functional programming languages such as Haskell (which is typed) or Scheme). For q...
Dec 7, 202010 min read