Blog
The latest news, posts, and talks from the Arrow community
Introduction to Kotlin Arrow by Jacob Bass
Mon Mar 26 2018
@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
Wed Mar 21 2018
@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 moreOptics and Type Classes in Arrow
Wed Jan 17 2018
@msya explains how to use various optics and type classes in Arrow. He discusses optics such as
Learn moreFunctional Programming in Kotlin with Arrow
Wed Nov 29 2017
A rundown of all the features included in the library, focusing on implementation details.
Learn moreBuilding a DSL… in Kotlin
Fri Nov 24 2017
Make DSLs stack safe, composable and reusable under different runtime requirements thanks to Arrow.
Learn moreHappy path: Kotlin + Actors + Arrow
Wed Nov 22 2017
@javipacheco creates a Proof of Concept architecture for Android using the Actor pattern and modelling the domain with Either.
Learn moreArchitectures Using Functional Programming Concepts
Fri Nov 17 2017
Introductory talk to Functional architectures to be built on top of Arrow.
Learn moreKotlin for the Pragmatic Functionalist
Thu Nov 09 2017
An introduction to Arrow and the enhancements it brings to Kotlin's standard library.
Learn more