ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

3,210 results

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

2 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

96,277 views

1 year 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,643 views

1 year 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,474 views

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

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

50,991 views

1 month 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
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

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

1 year ago

PRO Concepts
C#12 default lambda parameters | What's New in .NET8 & C#12

In today's video, we will explore "Default lambda parameters," one of the new features introduced in C# 12. Join this channel to ...

3:42
C#12 default lambda parameters | What's New in .NET8 & C#12

77 views

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

Computerphile
Lambda Calculus - Computerphile

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

12:40
Lambda Calculus - Computerphile

1,070,167 views

9 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,784 views

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

580 views

8 months 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,610 views

3 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 326 - C++23's Deducing `this`

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

7:04
C++ Weekly - Ep 326 - C++23's Deducing `this`

13,180 views

3 years ago

CppCon
CppCon 2014: Herb Sutter "Back to the Basics! Essentials of Modern C++ Style"

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

1:40:27
CppCon 2014: Herb Sutter "Back to the Basics! Essentials of Modern C++ Style"

319,794 views

11 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

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

Udemy Everything
User Defined and Lambda Functions #Udemy

Udemy #Free #Course User Defined and Lambda Functions user defined and lambda functions, lambda function in c#, what is ...

14:10
User Defined and Lambda Functions #Udemy

7 views

3 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,383 views

1 year 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 176 - Important Parts of C++11 in 12 Minutes

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

11:52
C++ Weekly - Ep 176 - Important Parts of C++11 in 12 Minutes

44,414 views

6 years ago