Skip to main content

Blog

The latest news, posts, and talks from the Arrow community

Introduction to Kotlin Arrow by Jacob Bass

Introduction to Kotlin Arrow by Jacob Bass

almost 8 years ago

@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.

Read
It's all about morphisms

It's all about morphisms

almost 8 years ago

@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.

Read
Optics and Type Classes in Arrow

Optics and Type Classes in Arrow

about 8 years ago

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

Read
Functional Programming in Kotlin with Arrow

Functional Programming in Kotlin with Arrow

over 8 years ago

A rundown of all the features included in the library, focusing on implementation details.

Read
Building a DSL… in Kotlin

Building a DSL… in Kotlin

over 8 years ago

Make DSLs stack safe, composable and reusable under different runtime requirements thanks to Arrow.

Read
Happy path: Kotlin + Actors + Arrow

Happy path: Kotlin + Actors + Arrow

over 8 years ago

@javipacheco creates a Proof of Concept architecture for Android using the Actor pattern and modelling the domain with Either.

Read
Architectures Using Functional Programming Concepts

Architectures Using Functional Programming Concepts

over 8 years ago

Introductory talk to Functional architectures to be built on top of Arrow.

Read
Kotlin for the Pragmatic Functionalist

Kotlin for the Pragmatic Functionalist

over 8 years ago

An introduction to Arrow and the enhancements it brings to Kotlin's standard library.

Read