Skip to main content

slidedecks

4 posts tagged with “slidedecks”

Arrow 2.0's Trajectory

Arrow 2.0's Trajectory

April 16, 2023

A full transcript and the slides from Simon Vergauwen's presentation from KotlinConf 2023 about the history of Arrow and where it's going.

Learn more
Functional Fun in Kotlin

Functional Fun in Kotlin

February 4, 2023

Simon Vergauwen shares why he thinks Kotlin is great language to do modern functional programming, and why he believes it's perhaps the best language to do modern mainstream (hardcore) functional programming.

Learn more
Functional Programming in Kotlin with Arrow by Emmanuel Nhan

Functional Programming in Kotlin with Arrow by Emmanuel Nhan

June 27, 2018

@nhanmanu introduces Kotlin and how it is a good fit for functional programming. The talk goes through some interesting features of Kotlin, then show how to use them to enter the world of Higher Kinds and Typeclasses. In the last part, we explore some Arrow capabilities & built-in syntax, using validation as an example.

Learn more
Optics and Type Classes in Arrow

Optics and Type Classes in Arrow

January 17, 2018

@msya explains how to use various optics and type classes in Arrow. He discusses optics such as

Learn more