Skip to main content

Blog

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

Optics and Type Classes in Arrow

Optics and Type Classes in Arrow

almost 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

almost 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

about 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

about 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

about 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

about 8 years ago

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

Read
Functional Programming in Kotlin

Functional Programming in Kotlin

about 8 years ago

An ongoing blog series introducing Functional Programming architectures from scratch

Read
Functional approach to Android architecture using Kotlin

Functional approach to Android architecture using Kotlin

about 8 years ago

Move side effects to the edges of the system, implement a functional oriented architecture for Android apps based on purity.

Read