ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,208 results

Tsoding Daily
Smallest Pure Functional Language in C

Streamed Live on Twitch: https://twitch.tv/tsoding Chapters: - 00:00:00 - Main session - 03:19:58 - Footnote References: ...

3:23:01
Smallest Pure Functional Language in C

51,026 views

1 month ago

b001
Python Lambda Functions??

Join my Patreon: https://www.patreon.com/b001io Discord: https://discord.gg/jA8SShU8zJ Follow me on Twitter: ...

4:30
Python Lambda Functions??

245,087 views

2 years ago

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

390,704 views

1 year ago

Tech With Tim
Python Lambda Functions Explained

While they may look seemingly complicated, the Lambda function is actually fairly simple as it's just a one line anonymous ...

8:07
Python Lambda Functions Explained

96,301 views

1 year ago

CppCon
Back to Basics: Lambdas from Scratch - Arthur O'Dwyer - CppCon 2019

http://CppCon.org — Discussion & Comments: https://www.reddit.com/r/cpp/ — Presentation Slides, PDFs, Source Code and other ...

52:09
Back to Basics: Lambdas from Scratch - Arthur O'Dwyer - CppCon 2019

82,173 views

6 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 472 - C++23's static lambdas?!

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

6:32
C++ Weekly - Ep 472 - C++23's static lambdas?!

11,733 views

10 months ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 332 - C++ Lambda vs std::function vs Function Pointer

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

16:30
C++ Weekly - Ep 332 - C++ Lambda vs std::function vs Function Pointer

41,161 views

3 years ago

Computerphile
Lambda Calculus - Computerphile

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

12:40
Lambda Calculus - Computerphile

1,070,190 views

9 years ago

MIT OpenCourseWare
Lecture 9: Lambda Functions, Tuples, and Lists

Lambda functions are useful when you need a simple function once. Tuples and lists are indexable sequences of objects.

45:26
Lecture 9: Lambda Functions, Tuples, and Lists

46,395 views

1 year ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 478 - Lambdas on the Heap (2)

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

6:29
C++ Weekly - Ep 478 - Lambdas on the Heap (2)

6,942 views

9 months ago

peppidesu
Your code can be beautiful AND fast (Higher order functions)

Thank you all for watching! If you want to see more of this, consider subscribing! In this video we will talk about higher-order ...

8:13
Your code can be beautiful AND fast (Higher order functions)

25,479 views

2 years ago

CodeWithHarry
Lambda functions in Python | Python Tutorial - Day #52

Access the Playlist: https://www.youtube.com/playlist?list=PLu0W_9lII9agwh1XjRt242xIpHhPT2llg Link to the Repl: ...

9:18
Lambda functions in Python | Python Tutorial - Day #52

354,655 views

3 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 334 - How to Put a Lambda in a Container

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

11:51
C++ Weekly - Ep 334 - How to Put a Lambda in a Container

18,437 views

3 years ago

Th30z Code
Implement AWS Lambda Custom Runtimes (how to run Deno, Rust, C, C++, Java Native Images and more)

With this video you'll learn how #aws #lambda custom runtimes are working under the hood, and how to implement your own ...

3:43
Implement AWS Lambda Custom Runtimes (how to run Deno, Rust, C, C++, Java Native Images and more)

802 views

2 years ago

Udacity
Lambda - Programming Languages

This video is part of an online course, Programming Languages. Check out the course here: ...

2:34
Lambda - Programming Languages

754 views

10 years ago

Coderized
The purest coding style, where bugs are near impossible

A powerful paradigm in the programming world, where strict rules are applied in order to reduce bugs to a point where they are ...

10:25
The purest coding style, where bugs are near impossible

1,191,808 views

2 years ago

Zoran on C#
You’ll Never Write Functional C# Code if You Don’t Know This

First-class functions, among other things, means you can apply a function to a function to obtain a function. Did you get it?

6:20
You’ll Never Write Functional C# Code if You Don’t Know This

15,295 views

1 year ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 177 - `std::bind_front` Implemented With Lambdas

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

6:09
C++ Weekly - Ep 177 - `std::bind_front` Implemented With Lambdas

6,429 views

6 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 152 - Lambdas: The Key To Understanding C++

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

9:19
C++ Weekly - Ep 152 - Lambdas: The Key To Understanding C++

31,495 views

7 years ago

AWS Events
AWS re:Invent 2025 - Debug Lambda functions deployed in cloud like never before (CNS367)

Learn how to set breakpoints, step through code line-by-line, inspect variables, and analyze call stacks in live Lambda functions.

39:59
AWS re:Invent 2025 - Debug Lambda functions deployed in cloud like never before (CNS367)

629 views

1 month ago

CodeAesthetic
Dear Functional Bros

Access experiments at CodeAesthetic.io Discord, deleted scenes, song names and more at patreon.com/CodeAesthetic.

16:50
Dear Functional Bros

699,239 views

2 years ago

mCoding
Lambda in a Loop is a Code Smell

A common mistake in Python is to use a lambda function inside of a loop. While it's not always a problem, it should set off your ...

8:20
Lambda in a Loop is a Code Smell

63,428 views

2 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 384 - Lambda-Only Programming

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

6:46
C++ Weekly - Ep 384 - Lambda-Only Programming

13,044 views

2 years ago

CppCon
CppCon 2017: Michał Dominiak “Higher-order Functions in C++: Techniques and Applications”

Presentation Slides, PDFs, Source Code and other presenter materials are available at: https://github.com/CppCon/CppCon2017 ...

1:02:20
CppCon 2017: Michał Dominiak “Higher-order Functions in C++: Techniques and Applications”

8,942 views

8 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 178 - The Important Parts of C++14 In 9 Minutes

Awesome T-Shirts! Sponsors! Books! ☟☟ C++ Best Practices - NDC Toronto - May 5,6 ...

9:16
C++ Weekly - Ep 178 - The Important Parts of C++14 In 9 Minutes

35,375 views

6 years ago