ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

5,708 results

Doxy::AI
Learn C++ (for Games) in One Stream

Would you believe me if AI told you in what is the timer 40 minutes I taught you one entire programming language You now know ...

1:52:58
Learn C++ (for Games) in One Stream

26 views

Streamed 6 months 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!"

8,643 views

2 months ago

Salar Rahmanian
Functional Programming In Scala - Part 1 of 3 - By ​Maciej Gorywoda

Functional Programming in Scala is a set of three lectures that – as the title suggests – introduce you to the concepts of Functional ...

1:55:07
Functional Programming In Scala - Part 1 of 3 - By ​Maciej Gorywoda

411 views

10 months ago

The Debug Zone
Refactoring in Functional Programming vs OOP: Which is More Challenging?

In this video, we dive into the intriguing world of software development by comparing the challenges of refactoring in Functional ...

3:33
Refactoring in Functional Programming vs OOP: Which is More Challenging?

10 views

9 months ago

Tomas Petricek
TinyBASIC 3.2 -  What you need to know about F#

To implement TinyBASIC, you will need to know about a few more aspects of the F# programming language. In this video, I will ...

31:18
TinyBASIC 3.2 - What you need to know about F#

202 views

3 months ago

ConfEngine
Developing DSLs with FP: Exploring 3 Strategies Through Examples by Ziyang Liu #FnConf 2025

Functional programming languages are particularly effective for DSL development due to their natural fit for constructing and ...

45:19
Developing DSLs with FP: Exploring 3 Strategies Through Examples by Ziyang Liu #FnConf 2025

117 views

11 months ago

Salar Rahmanian
Functional Programming In Scala - Part 2 of 3 - By ​Maciej Gorywoda

Functional Programming in Scala is a set of three lectures that – as the title suggests – introduce you to the concepts of Functional ...

1:56:13
Functional Programming In Scala - Part 2 of 3 - By ​Maciej Gorywoda

28 views

10 months ago

ConfEngine
Rama: the 100x programming platform with functional programming at its core - Nathan Marz #FnConf 25

Rama is a new kind of programming platform that extends the principles of functional programming for building end-to-end ...

45:43
Rama: the 100x programming platform with functional programming at its core - Nathan Marz #FnConf 25

1,861 views

11 months 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.

407 views

10 months ago

droidcon & fluttercon
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

6 months ago

ConfEngine
Is Java 24 a Functional Programming Language? by Ben Evans #FnConf 2025

In 2022, I presented "Do We Really Do FP in Java?", a discussion of the language features of Java that support functional ...

47:16
Is Java 24 a Functional Programming Language? by Ben Evans #FnConf 2025

239 views

11 months ago

Salar Rahmanian
Functional Programming In Scala - Part 3 of 3 - By ​Maciej Gorywoda

Functional Programming in Scala is a set of three lectures that – as the title suggests – introduce you to the concepts of Functional ...

1:35:44
Functional Programming In Scala - Part 3 of 3 - By ​Maciej Gorywoda

38 views

10 months ago

XiangYu Guo
Trends in Functional Programming (TFP) 2025: Self-aware Program Analysis in stableKanren
20:50
Trends in Functional Programming (TFP) 2025: Self-aware Program Analysis in stableKanren

13 views

7 months ago

The Debug Zone
Equational Reasoning and Tying the Knot: A Deep Dive into Functional Programming

In this video, we embark on an exciting journey into the world of functional programming, focusing on the concept of equational ...

2:18
Equational Reasoning and Tying the Knot: A Deep Dive into Functional Programming

4 views

8 months ago

Peter Schneider
Softwareengineering: How to improve efficiency with functional programming?

How to improve efficiency with functional programming? I hope you found a solution that worked for you :) The Content is licensed ...

3:37
Softwareengineering: How to improve efficiency with functional programming?

3 views

8 months ago

ConfEngine
Functional Ruby by Keith Bennett #FnConf 2025

This presentation explores Ruby from a functional programming perspective. While Ruby is primarily an object-oriented ...

19:21
Functional Ruby by Keith Bennett #FnConf 2025

1,037 views

11 months ago

SARA Institute of Data Science
Wolf Riepl | Functional Programming in R and tidyverse | 2nd SARA Summer School

SARA Institute was founded in April 2023 by Dr. Ajay Kumar Koli & Dr. Kiran Lata. How to Donate to SARA: UPI ID: ...

31:27
Wolf Riepl | Functional Programming in R and tidyverse | 2nd SARA Summer School

45 views

5 months ago

MUCplusplus
[MUC++] Jonathan Müller - Functional Programming in C++

Functional programming is a declarative way of writing programs by composing functions. In many situations, this can lead to code ...

1:16:52
[MUC++] Jonathan Müller - Functional Programming in C++

1,000 views

9 months ago

droidcon & fluttercon
Blocs with Functional Programming: bloc_lens in Action - Piotr Rogulski | Fluttercon EU 2024

Talk: Boost Your Blocs with Functional Programming: bloc_lens in Action Speaker: Piotr Rogulski Event: Fluttercon EU 2024 ...

19:58
Blocs with Functional Programming: bloc_lens in Action - Piotr Rogulski | Fluttercon EU 2024

8 views

5 months ago

The Debug Zone
How to Filter a Maybe Value in Functional Programming: A Step-by-Step Guide

In this video, we delve into the concept of filtering Maybe values in functional programming, a crucial skill for handling optional ...

1:31
How to Filter a Maybe Value in Functional Programming: A Step-by-Step Guide

1 view

3 months ago

Tomas Petricek
TinyProlog 5.1 - How logic programming works

Prolog is based on the logic programming paradigm, which is very different from the functional and imperative paradigms that ...

24:47
TinyProlog 5.1 - How logic programming works

648 views

2 months ago

The Debug Zone
Understanding the Difference Between Reduce and Scan in Functional Programming

In this video, we delve into the fundamental concepts of functional programming by exploring the key differences between the ...

2:08
Understanding the Difference Between Reduce and Scan in Functional Programming

1 view

3 months ago

The Debug Zone
Is This a Pure Function? Understanding Pure Functions in Functional Programming

In this video, we dive into the concept of pure functions, a fundamental principle in functional programming. We'll explore what ...

2:39
Is This a Pure Function? Understanding Pure Functions in Functional Programming

12 views

4 months ago

The Debug Zone
Understanding the Connection Between Monoids and Applicatives in Functional Programming

In this video, we delve into the fascinating world of functional programming by exploring the relationship between monoids and ...

1:32
Understanding the Connection Between Monoids and Applicatives in Functional Programming

54 views

5 months ago

Gunnar Wolf
Concurrency in functional programming

Exhibition prepared by students Leonardo Mikel Cervantes, Arnau Roger Solé and Javier Arias (semester 2025-2)

19:25
Concurrency in functional programming

136 views

8 months ago