State of the functional ecosystem in Kotlin: Mid 2018 checkup
undefined
This talk focuses on the day-to-day problems Arrow solves, from small ideas to big concepts.
Learn moreHigher Kinded Types in a Lower Kinded Language by Jacob Bass
undefined
It's hard coming back down to the earth of a JVM based language after spending time with Haskell and OCaml. This talk will discuss functional programming in Kotlin with the Arrow library, how the abstractions it provides can improve your code, and how this magic that provides higher-kinded types works under the hood.
Learn moreIntroduction to Kotlin Arrow by Jacob Bass
undefined
@bassjacob goes through how Funktionale and Kategory merged into Arrow, consolidating two of the most popular FP libraries in the Kotlin space into one powerhouse. The talk is an introduction to some FP concepts, how the libraries work, what features they bring to the table and where you might use them in your code.
Learn moreIt's all about morphisms
undefined
@uberto gives a gentle introduction to Category Theory for programmers used to OOP but interested in Functional Programming. No Haskell knowledge required. We will explain main concepts behind functional programming with many diagrams and simple metaphors and examples. Some code will clarify how to translate these ideas in programs.
Learn moreFunctional Programming in Kotlin with Arrow
undefined
A rundown of all the features included in the library, focusing on implementation details.
Learn moreBuilding a DSL… in Kotlin
undefined
Make DSLs stack safe, composable and reusable under different runtime requirements thanks to Arrow.
Learn moreArchitectures Using Functional Programming Concepts
undefined
Introductory talk to Functional architectures to be built on top of Arrow.
Learn moreKotlin for the Pragmatic Functionalist
undefined
An introduction to Arrow and the enhancements it brings to Kotlin's standard library.
Learn more