ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,869,338 results

Related queries

c# lambda

lambda calculus

c# linq

lambda function c++

delegates c#

lambda function aws

lambda function python

lambda expression java

lambda symbol

c++ function pointer

lambda sensor

The Cherno
Lambdas in C++

Patreon ▻ https://patreon.com/thecherno Twitter ▻ https://twitter.com/thecherno Instagram ▻ https://instagram.com/thecherno ...

11:54
Lambdas in C++

380,531 views

7 years ago

Tech With Tim
Python Lambda Functions Explained

To learn programming and Python - check out Datacamp! Learn Python - https://datacamp.pxf.io/daN0E3 Learn ...

8:07
Python Lambda Functions Explained

92,041 views

1 year ago

tutorialsEU - C#
Understand C# LAMBDA Expressions in only 2 minutes!

Wanna KNOW how to use LAMBDA in C#? THIS is the video you have been looking for! C# Progress Academy - Become a ...

4:22
Understand C# LAMBDA Expressions in only 2 minutes!

81,974 views

2 years ago

CodeBeauty
Lambda expressions in modern C++ (in depth step by step tutorial)

A lambda is an unnamed function that is used for short snippets of code that cannot be reused and are not worth naming. It makes ...

18:35
Lambda expressions in modern C++ (in depth step by step tutorial)

121,034 views

4 years ago

CppCon
Back to Basics: Lambdas - Nicolai Josuttis - CppCon 2021

https://cppcon.org/ https://github.com/CppCon/CppCon2021 --- Lambdas, introduced with C++11, are used everywhere in modern ...

1:05:21
Back to Basics: Lambdas - Nicolai Josuttis - CppCon 2021

33,822 views

3 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

379,489 views

1 year ago

Code for yourself
The C++ Lambdas

Help me keep doing these videos!* This works relies on *your* support! You can show it in one of these ways: Start a FREE ...

11:44
The C++ Lambdas

11,762 views

1 year ago

CppCon
C++ Lambda Idioms - Timur Doumler - CppCon 2022

https://cppcon.org/ --- C++ Lambda Idioms - Timur Doumler - CppCon 2022 https://github.com/CppCon/CppCon2022 Ever since ...

1:04:45
C++ Lambda Idioms - Timur Doumler - CppCon 2022

56,771 views

3 years ago

Tarodev
LINQ + Lambda expressions - C# tutorial

Lambda expressions can reduce your code, make it more readable and turn you into a more efficient programmer. I'll give you the ...

6:14
LINQ + Lambda expressions - C# tutorial

128,220 views

4 years ago

People also watched

CODELLIGENT
Lambda Expressions in C#.Net made easy! | Expression Lambda | Statement Lambda | Codelligent

In this video you will learn Lambda Expressions in C#.Net with the help of very simple examples. The topics being covered: 00:00 ...

11:12
Lambda Expressions in C#.Net made easy! | Expression Lambda | Statement Lambda | Codelligent

23,298 views

5 years ago

hdeleon.net
¿Qué diablos es Task en C# .Net? Programación asíncrona

En este video veremos el funcionamiento de la clase Task en C# la cual nos ayudara en crear procesos asíncronos de manera ...

14:40
¿Qué diablos es Task en C# .Net? Programación asíncrona

79,920 views

4 years ago

The Theory Of Code
Functional Programming in C++ Using Lambda Expressions

cpp #cplusplus #functionalprogramming #lambda #lambdas #gcc.

17:49
Functional Programming in C++ Using Lambda Expressions

17,386 views

7 years ago

Mike Shah
C++ Lambdas  Part 2 - ‘The capture’ | Modern cpp series Ep. 102

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

20:26
C++ Lambdas Part 2 - ‘The capture’ | Modern cpp series Ep. 102

7,570 views

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

2 years ago

Meeting Cpp
Unlocking the value of C++20 - Alex Dathskovsky - Meeting C++ 2025

Unlocking the value of C++20 - Alex Dathskovsky - Meeting C++ 2025 Slides: https://slides.meetingcpp.com With C++23 already ...

1:02:45
Unlocking the value of C++20 - Alex Dathskovsky - Meeting C++ 2025

1,237 views

2 days ago

C++ Weekly With Jason Turner
C++ Weekly - Ep 97 - Lambda To Function Pointer Conversion

Awesome T-Shirts! Sponsors! Books! ☟☟ T-SHIRTS AVAILABLE! ▻ The best C++ T-Shirts anywhere!

6:43
C++ Weekly - Ep 97 - Lambda To Function Pointer Conversion

14,570 views

7 years ago

tutorialsEU
C# LAMBDA Expressions and ANONYMOUS Functions Tutorial | 2021

In this video, you will learn about Lambda Expressions as well as Anonymous Function in C# Master C# and .

14:30
C# LAMBDA Expressions and ANONYMOUS Functions Tutorial | 2021

22,865 views

4 years ago

NET Programmer
Lambda Expression in C#

In this video I explain the lambda expressions in C#.

3:20
Lambda Expression in C#

7,723 views

4 years ago

CppCon
An Introduction to Multithreading in C++20 - Anthony Williams - CppCon 2022

https://cppcon.org/ --- An Introduction to Multithreading in C++20 - Anthony Williams - CppCon 2022 ...

1:06:45
An Introduction to Multithreading in C++20 - Anthony Williams - CppCon 2022

92,363 views

3 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

81,752 views

6 years ago

CppNow
Lambda All the Things - Braden Ganetsky - C++Now 2025

https://www.cppnow.org --- Lambda All the Things - Braden Ganetsky - C++Now 2025 --- Can we replace everything in our code ...

1:30:11
Lambda All the Things - Braden Ganetsky - C++Now 2025

3,310 views

1 month ago

Code Monkey
What are Delegates? (C# Basics, Lambda, Action, Func)

FREE C# Beginner Complete Course! https://www.youtube.com/watch?v=pReR6Z9rK-o Watch my Complete FREE Game Dev ...

18:39
What are Delegates? (C# Basics, Lambda, Action, Func)

337,406 views

5 years ago

Visually Explained
Python Lambda Functions - Visually Explained

Resources & Further Learning - Practice notebook: https://rebrand.ly/k0ziezz Chapters 00:00 - Intro 00:12 - Syntax 02:40 - Why ...

8:15
Python Lambda Functions - Visually Explained

159,857 views

5 months ago

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

Awesome T-Shirts! Sponsors! Books! ☟☟ T-SHIRTS AVAILABLE! ▻ The best C++ T-Shirts anywhere!

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

31,386 views

6 years ago

Mike Shah
C++ Lambdas Part 1 - Unnamed function objects (closures) in C++ | Modern Cpp Series Ep. 100!!!

Full C++ Series Playlist: https://www.youtube.com/playlist?list=PLvv0ScY6vfd8j-tlhYVPYgiIyXduu6m-L ▻Find full courses on: ...

15:22
C++ Lambdas Part 1 - Unnamed function objects (closures) in C++ | Modern Cpp Series Ep. 100!!!

14,839 views

3 years ago

hdeleon.net
Expresiones Lambda en C# .Net

En este video te explicare que son y como utilizar las expresiones lambda en C#. Si quieres apoyarme y darme para una cerveza ...

16:47
Expresiones Lambda en C# .Net

73,844 views

4 years ago

Creel
C++ 11 Lambda Functions

In this video we'll look at a new style for implementing anonymous functions in C++ 11 and above. They're called Lambda ...

21:17
C++ 11 Lambda Functions

74,198 views

10 years ago

CppCon
Lightning Talk: Let's Write a Lambda in C++ - Ben Deane - CppCon 2023

https://cppcon.org/ --- Lightning Talk: Let's Write a Lambda in C++ - Ben Deane - CppCon 2023 ...

6:22
Lightning Talk: Let's Write a Lambda in C++ - Ben Deane - CppCon 2023

13,269 views

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

8 years ago

cpwithcpp
A Guide to Lambda Functions in C++

Hello everyone, I hope you enjoyed watching the video. If you found this video helpful then drop a like on this video. It really helps ...

25:30
A Guide to Lambda Functions in C++

378 views

2 years ago