ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

147 results

Houston FPUG
Jeffery Olson, "System R—A Practical Lambda Calculus Made for Extensibility in Rust"

Abstract: This will be a presentation on lambda calculi, their differing varieties and corresponding expressiveness, and a particular ...

1:19:47
Jeffery Olson, "System R—A Practical Lambda Calculus Made for Extensibility in Rust"

208 views

1 year ago

NUS Hackers
FH #279: Notional Machines for Modern Scripting Languages

Introductory CS courses often use scripting languages such as Python. A notional machine is a predictive set of abstractions ...

44:07
FH #279: Notional Machines for Modern Scripting Languages

80 views

5 months ago

Houston FPUG
Richard Feldman, "The Functional Purity Inference Plan"

It's common for imperative programming languages to announce that they're adding some new features to support a functional ...

1:25:39
Richard Feldman, "The Functional Purity Inference Plan"

7,501 views

1 year ago

NPTEL IIT Bombay
Lecture 14 : Advanced  Features of  Functions Part 2 : Lambda expressions

Advanced Features of Functions Part 2 : Lambda expressions.

15:13
Lecture 14 : Advanced Features of Functions Part 2 : Lambda expressions

5,689 views

6 years ago

CS50
Section 8: More Comfortable

Well, say goodbye to all of those char, float, int, and other keywords you need to use when declaring variables and functions in C.

1:22:49
Section 8: More Comfortable

797 views

13 years ago

Jon Gjengset
Crust of Rust: Subtyping and Variance

In this episode of Crust of Rust, we go over subtyping and variance — a niche part of Rust that most people don't have to think ...

1:39:41
Crust of Rust: Subtyping and Variance

72,630 views

4 years ago

Bald. Bearded. Builder.
Alias Any Type in C# 12

The ability to alias namespaces and named types has existed in C# for several years, but now developers have the ability to alias ...

1:56
Alias Any Type in C# 12

780 views

2 years ago

COMPUTER & EXCEL SOLUTION
Anonymous function Lambda in Python@COMPUTEREXCELSOLUTION

https://youtu.be/B64PWaPt2dI https://youtu.be/NPOYyRSz6bc This is my Technology Related information.Like "O" Level,"CCC", ...

1:15
Anonymous function Lambda in Python@COMPUTEREXCELSOLUTION

60 views

4 years ago

Wikipedia Fan
Closure (computer science) | Wikipedia audio article

This is an audio version of the Wikipedia Article: https://en.wikipedia.org/wiki/Closure_(computer_programming) 00:00:47 1 ...

34:26
Closure (computer science) | Wikipedia audio article

13 views

7 years ago

Confreaks
RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton

RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton Performance, readability and ...

49:11
RubyConf 2016 - That Works?! Quines and Other Delightfully Useless Programs by Colin Fulton

891 views

9 years ago

Houston FPUG
Jeffrey Olson, "Functional Programming in Rust"

Rust is a systems-level programming language that has generated a lot of buzz in the developer community since it's public ...

1:27:21
Jeffrey Olson, "Functional Programming in Rust"

17,962 views

4 years ago

The Beauty and Joy of Computing
[BJC.4x] HOFs Part 5 : Tools and Demo Part 2

There I just made a function. I made an anonymous function. There's no name. I'm going to make this guy small so I have more ...

10:23
[BJC.4x] HOFs Part 5 : Tools and Demo Part 2

20 views

4 years ago

EmacsConf and Emacs hangouts
EmacsConf 2025: Some problems of modernizing Emacs - Eduardo Ochs (he/him)

Watch this on Eduardo's channel instead: https://www.youtube.com/watch?v=Y75Q2IN8Y_M ...

25:23
EmacsConf 2025: Some problems of modernizing Emacs - Eduardo Ochs (he/him)

807 views

2 months ago

Jeremy Likness
TypeScript for JavaScript Developers Part 6: Lambda Expressions

Learn how to use lambda expressions in TypeScript so you never have to worry about what "this" is again. Learn more about "this" ...

2:20
TypeScript for JavaScript Developers Part 6: Lambda Expressions

403 views

6 years ago

M-x Research
Functional programming: an (Emacs) Lisp view 4/n

Fourth talk of 2022 at the M-x Research group by Jens Jensen This talk aims to introduce some more advanced(ish) topics of ...

57:19
Functional programming: an (Emacs) Lisp view 4/n

870 views

3 years ago

NPTEL IIT Bombay
Lecture 14 : Advanced  Features of  Functions Part 4 : Function over loading and  lecture conclusion

Advanced Features of Functions Part 4 : Function over loading and lecture conclusion.

11:04
Lecture 14 : Advanced Features of Functions Part 4 : Function over loading and lecture conclusion

4,473 views

6 years ago

timClicks
Rust on AWS Lambda Quickstart

Get your first Rust-based Lambda function live in less than 5 minutes. Resources: - Rust in the AWS Developer Center: ...

6:07
Rust on AWS Lambda Quickstart

3,626 views

2 years ago

Dr. Pavel Vlašánek
You are better at Math than you think (as a Programmer)

... statements 05:10 - Maps To (↦) → Lambda functions 05:28 - Contradiction (⊥) → Exceptions 06:01 - Conclusion *Watch Next* ...

6:28
You are better at Math than you think (as a Programmer)

25,528 views

9 months ago

Jon Gjengset
Decrusting the serde crate

In this stream, we peel back the crust on the serde crate — https://github.com/serde-rs/serde/ — and explore its interface, structure, ...

1:51:21
Decrusting the serde crate

78,518 views

3 years ago

Danny Heap
racket recursion video 4/6 --- flatten a list

Video from http://www.cdf.toronto.edu/~heap/racket_lectures.html on how to flatten a nested list so that it includes only simple ...

3:50
racket recursion video 4/6 --- flatten a list

4,209 views

12 years ago

Confreaks
RailsConf 2016 - Going Serverless By Jeremy Green

Serverless is a new framework that allows developers to easily harness AWS Lambda and Api Gateway to build and deploy full ...

28:06
RailsConf 2016 - Going Serverless By Jeremy Green

1,874 views

9 years ago

Confreaks
RubyConf 2016 - C Ruby? C Ruby Go! Go Ruby Go! by Loren Segal

RubyConf 2016 - C Ruby? C Ruby Go! Go Ruby Go! by Loren Segal Ever wanted to rewrite performance sensitive code as a ...

42:29
RubyConf 2016 - C Ruby? C Ruby Go! Go Ruby Go! by Loren Segal

1,465 views

9 years ago

Jesse Warden
In 60 Seconds: Why Functional Programmers Avoid Exceptions

Caveats; wonderful justifications why Exceptions aren't side effects, at least in Haskell.

1:01
In 60 Seconds: Why Functional Programmers Avoid Exceptions

807 views

4 years ago

makingthematrix
Programming with Functions #1 - Introduction

Dans ses écrits, un sage Italien Dit que le mieux est l'ennemi du bien. Voltaire This is the first of a series about FP basics in Scala.

11:04
Programming with Functions #1 - Introduction

4,595 views

5 years ago

Marco A Rodríguez
C# y SFML - Listas

... List mopla list 2 equals fintol and then here inside the fintol I have to put a lambda function okay we will study it calmly but for the ...

13:01
C# y SFML - Listas

22 views

10 months ago