ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

101,585 results

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,813 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,541 views

10 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

805 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
Edward Kmett - Why Haskell?

In this interview he shares the benefits of the Haskell functional programming language, especially when you are working at scale.

2:34
Edward Kmett - Why Haskell?

21,410 views

4 years ago

Laz Built It
OCaml in 90 Seconds

Get Cracked at Coding: https://app.codecrafters.io/join?via=lcarrio Ocaml is a general-purpose, functional programming language ...

1:54
OCaml in 90 Seconds

50,167 views

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

9 years ago

dotconferences
dotSwift 2018 - Graham Lee - Object-Oriented Programming in Functional Programming in Swift

Filmed at https://2018.dotswift.io on January 29th in Paris. More talks on https://dotconferences.com/talks Far from being mutually ...

19:03
dotSwift 2018 - Graham Lee - Object-Oriented Programming in Functional Programming in Swift

3,374 views

7 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

284 views

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

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

10 years 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,310 views

5 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,884 views

3 years 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,268 views

1 year ago

ScalaIO FR
Whirlwind tour of the Scala Functional Programming ecosystem - Mark Moore

Whirlwind tour of the Scala Functional Programming ecosystem - Mark Moore Let's go on a whirlwind tour of the FP library ...

53:15
Whirlwind tour of the Scala Functional Programming ecosystem - Mark Moore

1,624 views

5 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,008 views

11 years ago

ConfEngine
Hierarchical Free Monads & Software Design in Functional Programming by Alexander Granin #FnConf19

Functional Programming is going through the same process of rethinking as Object Oriented Programming has passed already.

50:28
Hierarchical Free Monads & Software Design in Functional Programming by Alexander Granin #FnConf19

4,116 views

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

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

7 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

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

4 years ago

ConfEngine
Zippers by Tony Morris #FnConf19

The term zipper is a colloquial used to describe n-hole (most often, 1-hole) contexts. That is, a data structure that has a _hole_ or ...

43:15
Zippers by Tony Morris #FnConf19

2,089 views

6 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

Code with Nakov | SoftUni Global
Functional Programming [Dev Concepts #4]

Functional programming is a programming paradigm where programs are constructed by applying and composing functions.

25:08
Functional Programming [Dev Concepts #4]

1,000 views

4 years ago

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

Second talk of 2022 at the M-x Research group by Jens Jensen This talk aims to demonstrate functional programming principles ...

57:23
Functional programming: an (Emacs) Lisp view 2/n

1,172 views

3 years ago