ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,353 results

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,250 views

3 years 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

97,388 views

1 year 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,541 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

392,308 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,245 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,514 views

7 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,885 views

9 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

356,089 views

3 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 506 - Zero Cost Function Binding

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

7:30
C++ Weekly - Ep 506 - Zero Cost Function Binding

12,334 views

3 months 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,749 views

10 months ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 386 - C++23's Lambda Attributes

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

6:08
C++ Weekly - Ep 386 - C++23's Lambda Attributes

8,325 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,050 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,441 views

2 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,464 views

3 years ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 426 - Lambdas As State Machines

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

6:53
C++ Weekly - Ep 426 - Lambdas As State Machines

17,252 views

1 year ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 509 - Can Lambdas Inherit Interfaces?

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

7:46
C++ Weekly - Ep 509 - Can Lambdas Inherit Interfaces?

9,469 views

2 months ago

CppCon
CppCon 2015: Arthur O'Dwyer “Lambdas from First Principles: A Whirlwind Tour of C++"”

http://www.Cppcon.org — Presentation Slides, PDFs, Source Code and other presenter materials are available at: ...

58:54
CppCon 2015: Arthur O'Dwyer “Lambdas from First Principles: A Whirlwind Tour of C++"”

26,286 views

10 years 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,944 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,606 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

755 views

10 years ago

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,817 views

1 month ago

GPU Programming with TNL
GPU Programming with TNL - Parallel for and lambda functions

Key considerations when using parallelFor, including task dependencies, memory access, and lambda function definition. 3.

28:05
GPU Programming with TNL - Parallel for and lambda functions

286 views

1 year ago

Charles Cabergs
C++ lambdas

Social links: Github: https://github.com/cacharle Linkedin: https://www.linkedin.com/in/charles-cabergs X: https://x.com/cacharle_.

8:02
C++ lambdas

584 views

9 months ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 475 - Lambdas On The Heap?

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

6:27
C++ Weekly - Ep 475 - Lambdas On The Heap?

12,265 views

10 months ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 507 - Insidious Accidental Lambda Conversion

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

7:23
C++ Weekly - Ep 507 - Insidious Accidental Lambda Conversion

6,325 views

2 months ago