ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

1,158 results

CppNow
Michael Caisse: Lambda Functions

Michael's talk from C++Now! 2012 Anonymous functions have proven to be a useful tool in many languages. Their locality and ...

1:44:21
Michael Caisse: Lambda Functions

2,572 views

13 years ago

CppNow
C++Now 2017: Vittorio Romeo “Implementing `variant` visitation using lambdas"

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

1:29:34
C++Now 2017: Vittorio Romeo “Implementing `variant` visitation using lambdas"

3,709 views

8 years ago

Utah Cpp Programmers
Illuminating Lambda Expressions in C++

Richard Thomson gives us an insight into lambda expressions in C++ by showing the equivalent manually written function objects ...

1:18:13
Illuminating Lambda Expressions in C++

883 views

5 years ago

Kristopher Micinski
L6: Lambdas

Reading: SICP section 1.3 up to (stopping right before) 1.3.3 ...

25:38
L6: Lambdas

2,722 views

4 years ago

Leira Hua
Lambdas, Lambdas Everywhere

Lambdas, Lambdas Everywhere by Herb Sutter http://channel9.msdn.com/Events/PDC/PDC10/FT13.

58:57
Lambdas, Lambdas Everywhere

6,726 views

13 years ago

Cpp Usergroup Dresden
Georg Bannasch "Expressive functional C++"

Functional programming offers great concepts to write expressive code. In this talk I want to present a few (mostly very basic) ...

48:15
Georg Bannasch "Expressive functional C++"

311 views

6 years ago

Kristopher Micinski
L17: Lambda Calculus Reductions and Substitution

code: https://gist.github.com/kmicinski/56b331a10415251b871c3c6a1648a08c dana scott's history of lambda calculus ...

33:55
L17: Lambda Calculus Reductions and Substitution

17,951 views

4 years ago

ConfEngine
The Essence of Functional Programming by Richard Feldman #FnConf 2022

This talk dives into the origins of functional programming, going all the way back to where the term was first introduced, to see how ...

46:05
The Essence of Functional Programming by Richard Feldman #FnConf 2022

6,860 views

3 years ago

CppNow
C++Now 2018: Gašper Ažman “My Little *this Deduction: Friendship is ... Uniform?”

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

1:35:43
C++Now 2018: Gašper Ažman “My Little *this Deduction: Friendship is ... Uniform?”

1,766 views

7 years ago

CppNow
David Stone: Type Deduction in C++14

C++14 has many ways of naming a type. In addition to using the type's name directly, we have auto, auto &, auto const &, auto && ...

1:31:41
David Stone: Type Deduction in C++14

4,391 views

9 years ago

Dev Corner
Lambda Functions - Mary had a little lambda by Anjana Vakil

And for every program that Mary wrote, the lambda was all she needed to know. Python's lambda, a tiny anonymous function, can ...

44:21
Lambda Functions - Mary had a little lambda by Anjana Vakil

11,955 views

7 years ago

Dominikus Herzberg
Lambda-M: 1. Die Programmiersprache, Einführung

https://github.com/kuchenkruste/lambda-m.

27:31
Lambda-M: 1. Die Programmiersprache, Einführung

437 views

6 years ago

Confreaks
LambdaConf 2015 - Introducing Emily  Simplifying Functional Programming   Andi McClure

Emily is an experimental language project focusing on simplifying the basis of programming languages: it models all language ...

25:17
LambdaConf 2015 - Introducing Emily Simplifying Functional Programming Andi McClure

5,480 views

9 years ago

CppNow
Michał Dominiak: Variadic expansion in examples

Templates - and variadic templates - are an important aspect of writing a successful library in C++; libraries that can deal with ...

59:43
Michał Dominiak: Variadic expansion in examples

550 views

9 years ago

CppNow
Intro to Functional Programming in C++

David Sankel's presentation from C++Now 2014 Slides are available here: ...

1:15:54
Intro to Functional Programming in C++

15,001 views

11 years ago

CppNow
C++Now 2019: Vittorio Romeo “Higher-order functions and `function_ref`”

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

1:35:34
C++Now 2019: Vittorio Romeo “Higher-order functions and `function_ref`”

2,184 views

6 years ago

Fred Martin
Transforming let and lambda expressions

Transforming let expressions into lambda expressions and vice-versa, including let*. From UMass Lowell's COMP.3010 ...

31:22
Transforming let and lambda expressions

257 views

8 years ago

Codanics
Functions and lambda functions in python | #python #pythonkachilla #aikachilla

Lambda functions let you create small anonymous functions on-the-fly. Grasp lambda function syntax, use cases like ...

29:19
Functions and lambda functions in python | #python #pythonkachilla #aikachilla

4,473 views

2 years ago

LispNYC
John Tromp: The Binary Lambda Calculus, The Smallest Program Language

We'll discuss the Binary Lambda Calculus (BLC), an extremely simple programming language that is basically lambda calculus ...

3:03:36
John Tromp: The Binary Lambda Calculus, The Smallest Program Language

3,825 views

Streamed 2 years ago

Codegram
Full Stack Fest 2015: Fun with Lambdas!, by Corey Haines

A talk from Full Stack Fest 2015 (http://fullstackfest.com/) You've probably heard about the lambda calculus, building up our ...

36:53
Full Stack Fest 2015: Fun with Lambdas!, by Corey Haines

1,271 views

10 years ago