ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

61,504 results

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

10 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

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

7 years ago

Bulgarian Java User Group
From Functional to Reactive Programming, Venkat Subramaniam

We're in the midst of renewed interest in functional programming. At the same time we see quite a bit of excitement around ...

56:37
From Functional to Reactive Programming, Venkat Subramaniam

18,744 views

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

9 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,736 views

10 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,016 views

11 years ago

Houston FPUG
Richard Feldman, "New Ways to Roc!"

In the past year, Roc has gotten a new syntax, a new foundational abstraction, and a new compiler. A lot has changed! This talk is ...

2:23:52
Richard Feldman, "New Ways to Roc!"

9,099 views

2 months ago

Confreaks
LambdaConf 2015 - The Next Great Functional Programming Language   John A  De Goes

John has no clue what the next great functional programming language will be like, but he's more than happy to hop up on stage ...

57:57
LambdaConf 2015 - The Next Great Functional Programming Language John A De Goes

12,394 views

10 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,344 views

7 years ago

Code Geek
Functional Programming with JavaScript

Using ES6 and a few extra libraries, we can write Functional code that is: More robust, Easier to read and Easier to maintain.

54:04
Functional Programming with JavaScript

169 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,907 views

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

4 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,505 views

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

2 years 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,626 views

6 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

Itnig
Intro to functional programming with Javascript - by lead developer at Ulabox Ruben Sospedra

Want to learn functional programming? This is where to start, as lead developer at Ulabox Ruben Sospedra will guide you through ...

33:53
Intro to functional programming with Javascript - by lead developer at Ulabox Ruben Sospedra

536 views

8 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

CppNow
Functional Reactive Programming - Cleanly Abstracted Interactivity

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

1:20:42
Functional Reactive Programming - Cleanly Abstracted Interactivity

5,745 views

11 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

290 views

1 year ago

Bruno Rodrigues
Advanced functional programming R tricks to feel like a hacker

In this video I show you how to use the full power of R data frames using functional programming. The goal is to avoid writing ...

20:39
Advanced functional programming R tricks to feel like a hacker

9,483 views

5 years ago

Robert Schäfer
#3 Functional Programming + Software Testing

In this episode we talk about #functionalprogramming in #javascript, pure and impure functions, higher order functions as well as ...

1:36:24
#3 Functional Programming + Software Testing

44 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.

410 views

11 months ago

ScalaIO FR
Applying Functional Programming Patterns - Markus Hauck

In this talk, we will see how to use patterns from functional programming to solve problems you know from the imperative style, but ...

32:32
Applying Functional Programming Patterns - Markus Hauck

688 views

9 years ago