ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

111,251 results

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

ConfEngine
Aaron Hsu - exploring functional programming coming from an OOP mindset

Aaron Hsu shares his take on coming to functional programming when you are familiar with OOP. He has spoken at Functional ...

2:16
Aaron Hsu - exploring functional programming coming from an OOP mindset

647 views

4 years ago

dotconferences
dotGo 2015 - Francesc Campoy Flores - Functional Go?

Francesc discusses the feasibility and practicality of functional programming in Go. Is it possible to go all the way functional?

20:49
dotGo 2015 - Francesc Campoy Flores - Functional Go?

10,542 views

10 years ago

ConfEngine
Functional Programming for the Long Haul by Michael Snoyman at #FnConf18

How do you decide whether a programming language is worth using or not? By necessity, such decisions are usually based on ...

51:13
Functional Programming for the Long Haul by Michael Snoyman at #FnConf18

3,206 views

7 years ago

Brisbane Functional Programming Group
Functional Programming for Beginners - Rúnar Bjarnason - Boston Scala 2011-01

This video was originally published at https://vimeo.com/18554216.

54:00
Functional Programming for Beginners - Rúnar Bjarnason - Boston Scala 2011-01

2,679 views

10 years ago

ConfEngine
Edward Kmett - How I discovered functional programming

Edward Kmett is the chairman of the Haskell Libraries Committee. Here he shares how he came to discover functional ...

4:34
Edward Kmett - How I discovered functional programming

5,399 views

4 years ago

Jesse Warden
Beginner's Guide to Functional Programming

We cover the basics: - pure functions - lenses - list comprehensions - curry & partial applications We don't cover Category Theory ...

1:05:33
Beginner's Guide to Functional Programming

1,342 views

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

3 years ago

ConfEngine
Why Functional Programming Matters by John Hughes at Functional Conf 2016

25 years ago I published "Why Functional Programming Matters", a manifesto for FP--but the subject is much older than that!

56:10
Why Functional Programming Matters by John Hughes at Functional Conf 2016

70,318 views

9 years ago

ConfEngine
Array-oriented Functional Programming by Aaron W Hsu, Dhaval Dalal and Morten Kromberg at #FnConf18

APL is the original functional programming language, the grand-daddy, the Godfather, and the old workhorse. But don't let ...

1:26:42
Array-oriented Functional Programming by Aaron W Hsu, Dhaval Dalal and Morten Kromberg at #FnConf18

6,496 views

6 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,015 views

11 years ago

WebCamp Zagreb
Bob Ippolito - Functional programming

Academic curiosity or industry's secret weapon? Functional programming languages and techniques have a reputation as being ...

59:14
Bob Ippolito - Functional programming

185 views

10 years ago

Brian Will
Functional game logic with pauseless garbage collection

Describes two ideas I've had for truly pauseless garbage collection in the special case context of purely functional game logic.

31:21
Functional game logic with pauseless garbage collection

24,734 views

10 years ago

Open Course Archive
01. Functional Programming I - CS 61A, Brian Harvey, Berkeley, Spring 2008

Part of CS61A: Structure and Interpretation of Computer Programs In this introductory lecture, we cover essential administrative ...

48:37
01. Functional Programming I - CS 61A, Brian Harvey, Berkeley, Spring 2008

25,776 views

5 years ago

MiXiT
Functional Programming with C# (Simon Painter) #MiXiT2023

Functional Programming is becoming increasingly popular and relevant with each year that goes by. With so much discussion ...

1:00:45
Functional Programming with C# (Simon Painter) #MiXiT2023

289 views

1 year ago

dotconferences
dotSwift 2018 - Paul Hudson - Elements of Functional Programming

Filmed at https://2018.dotswift.io on January 29th in Paris. More talks on https://dotconferences.com/talks Functional programming ...

16:19
dotSwift 2018 - Paul Hudson - Elements of Functional Programming

12,904 views

8 years ago

Jesse Warden
How to Use Dependency Injection in Functional Programming

I'll show one of the problems Dependency Injection solves in Object Oriented Programming code bases, then show a similar ...

18:45
How to Use Dependency Injection in Functional Programming

1,826 views

4 years ago

freeCodeCamp Talks
Functional Programming with JavaScript - talk by Simon Painter

Functional Programming is becoming increasingly popular and relevant with each year that goes by. With so much discussion ...

55:15
Functional Programming with JavaScript - talk by Simon Painter

5,076 views

5 years ago

Fulvio Corno
WA1-2025-L06: Functional Programming. Exercise 3.

Lecture 06 - 2025-03-04: Functional Programming. Exercise 3. Course: Web Applications I, Politecnico di Torino, year 2024/2025 ...

1:20:42
WA1-2025-L06: Functional Programming. Exercise 3.

408 views

11 months ago

NUS Hackers
Practical Functional Programming

Interested in exploring functional programming in web development? Join us for an introductory workshop on Elixir and Phoenix, ...

1:52:49
Practical Functional Programming

1,272 views

1 year ago

Ben Beattie-Hood
Functional Programming in .net

In this talk we'll explore how to use a DDD functional approach in .net to do amazing things, such as reduce coupling, increase ...

17:28
Functional Programming in .net

2,312 views

5 years ago

ConfEngine
Testing in the world of Functional Programming by Luka Jacobowitz at #FnConf18

Testing is one of the most fundamental aspects of being a software developer. There are several movements and communities ...

46:12
Testing in the world of Functional Programming by Luka Jacobowitz at #FnConf18

533 views

7 years ago

CppNow
David Sankel: Functional Programming in C++

Functional programming (FP) techniques produce code that is general, concise, composable, and correct. Until recently many of ...

1:40:45
David Sankel: Functional Programming in C++

3,498 views

12 years ago

nextapp devCon
Getting started with Functional Programming - Pascal Welsch | droidcon London 2022

Talk: Getting started with Functional Programming Speaker: Pascal Welsch Event: droidcon London 2022 Date: October ...

28:22
Getting started with Functional Programming - Pascal Welsch | droidcon London 2022

7 views

7 months ago

ConfEngine
Functional Programming in Ruby by Keith Bennett

Although Ruby is not known as a functional language, it does support higher order functions in the form of lambdas and procs.

36:50
Functional Programming in Ruby by Keith Bennett

678 views

11 years ago