ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

171,243 results

Eyesomorphic
Programming with Math | The Lambda Calculus

The Lambda Calculus is a tiny mathematical programming language that has the same computational power as any language ...

21:48
Programming with Math | The Lambda Calculus

379,702 views

1 year ago

2swap
What is PLUS times PLUS?

The "theorem" is the claim which I discussed in the video- namely, that the Turing machine and lambda calculus are equally ...

28:28
What is PLUS times PLUS?

1,413,930 views

9 months ago

Computerphile
Lambda Calculus - Computerphile

The basis of almost all functional programming, Professor Graham Hutton explains Lambda Calculus.

12:40
Lambda Calculus - Computerphile

1,067,441 views

8 years ago

Evan Zhou
Learn Lambda Calculus: The language with ONLY FUNCTIONS

Learn nearly everything in Lambda Calculus, from the syntax to representing basic data types like booleans and numerals, ...

12:48
Learn Lambda Calculus: The language with ONLY FUNCTIONS

26,997 views

1 year ago

Fullstack Academy
Lambda Calculus - Fundamentals of Lambda Calculus & Functional Programming in JavaScript

Fullstack Academy was recently ranked the #1 coding bootcamp in the U.S. Learn more at https://www.fullstackacademy.com The ...

1:02:15
Lambda Calculus - Fundamentals of Lambda Calculus & Functional Programming in JavaScript

218,801 views

8 years ago

Fireship
Haskell in 100 Seconds

Haskell is a purely functional programming language based on lambda calculus. It uses immutable values and expressions to ...

2:30
Haskell in 100 Seconds

976,071 views

4 years ago

Philomathia
Lambda Calculus For Dummies: Introduction

In this video we will give an introduction to the basic notions of the lambda calculus, the formal system of computation developed ...

4:32
Lambda Calculus For Dummies: Introduction

3,107 views

1 year ago

A Byte of Code
Why functions are turing complete (Lambda Calculus)

Functions are an extremely useful part of programming, but it turns out that they're all you need to calculate anything. No data ...

3:59
Why functions are turing complete (Lambda Calculus)

84,318 views

3 years ago

Paul Brauner
Seven times Eight in Lambda Calculus

Graphical notation invented by John Tromp (https://tromp.github.io/cl/diagrams.html). Code at ...

0:07
Seven times Eight in Lambda Calculus

18,339 views

7 years ago

LigerLearn
Lambda (λ) Calculus Primer

A primer on the lambda calculus with the aim of giving a basic understanding of the theoretical underpinnings of functional ...

34:26
Lambda (λ) Calculus Primer

21,437 views

2 years ago

Advait Shinde
Lambda Calculus vs. Turing Machines (Theory of Computation)

Advait Shinde discusses the history of the theory of computation, delving into axiomatic thinking, Peano axioms, Turing Machines, ...

1:08:24
Lambda Calculus vs. Turing Machines (Theory of Computation)

25,885 views

5 years ago

Philomathia
Lambda Calculus For Dummies: What is a lambda expression

In this video we will talk about lambda expressions; we will explain the lambda notation used in lambda calculus to define ...

6:09
Lambda Calculus For Dummies: What is a lambda expression

4,125 views

1 year ago

PyCon 2019
David Beazley - Lambda Calculus from the Ground Up - PyCon 2019

"Speaker: David Beazley These days, programming style guides are all the rage. However, what if your style guide was so ...

3:26:34
David Beazley - Lambda Calculus from the Ground Up - PyCon 2019

50,438 views

6 years ago

Vivek Dhand
Lambda calculus visualization: Y combinator

This animation visualizes the evaluation of the Y combinator in lambda calculus. Yellow and red arrows denote functions and ...

0:38
Lambda calculus visualization: Y combinator

6,502 views

7 years ago

Truttle1
Lambda Calculus!

TRUTTLE1 DISCORD: https://discord.com/invite/EKPBjjUc65 (It's now called the Bale of Esoturtles because why not.) Have you ...

9:51
Lambda Calculus!

70,814 views

3 years ago

Computerphile
Essentials: Functional Programming's Y Combinator - Computerphile

Encoding recursion in the Lambda calculus, one of Professor Graham Hutton's favourite functions. Lambda Calculus: ...

13:26
Essentials: Functional Programming's Y Combinator - Computerphile

341,864 views

8 years ago

Richard Assar
OmegaOS: A Lambda Calculus Based Operating System

OmegaOS is a homebrew OSDev project that boots to an untyped lambda calculus interpreter prompt based on John Tromp's ...

0:21
OmegaOS: A Lambda Calculus Based Operating System

1,141 views

5 years ago

Tony Zhang
Lambda Calculus: The foundation of functional programming, and the simplest programming language

Lambda "Calculus" is a extremely concise way to represent logic and computing — just like a Turing machine. Instead of a Turing ...

15:43
Lambda Calculus: The foundation of functional programming, and the simplest programming language

40,587 views

2 years ago

LigerLearn
Lambda (λ) calculus evaluation rules (δ, β, α, η conversion/reduction)

In this video we discuss the way in which you can evaluate a lambda calculus program/expression using a number of rules (delta ...

16:55
Lambda (λ) calculus evaluation rules (δ, β, α, η conversion/reduction)

13,395 views

2 years ago

Studio salesman
Computation of 4 factorial using lambda calculus.

This uses an iterative factorial algorithm I wrote: (λn.λf.n (λd.λa.λb.λy.b (d (λu.u) b (d (d (λu.u) a) (λu.u) y))) (λa.λb.λy.a (b y)) f (λu.u)) ...

2:25
Computation of 4 factorial using lambda calculus.

922 views

8 months ago