Arrow 2.0's Trajectory
undefined
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 moreFunctional Fun in Kotlin
undefined
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 moreFunctional Programming in Kotlin with Arrow by Emmanuel Nhan
undefined
@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 moreOptics and Type Classes in Arrow
undefined
@msya explains how to use various optics and type classes in Arrow. He discusses optics such as
Learn more