
Immutable Conversations - Past and Future of Arrow
almost 7 years ago
In this episode, we capture a conversation between Arrow maintainers Raúl Raja and Paco Estevez as they discuss the past and future of the library which is designed to bring Functional Programming to Kotlin.
ReadFrom Imperative to Functional Programming using Arrow
about 7 years ago
As its name implies, From Imperative to Functional Programming using Arrow is a tale about migrating a simple Kotlin application written in imperative style to a fully function application with the help of the Arrow library.
Read
Webflux with Kotlin and Arrow
about 7 years ago
Webflux with Kotlin and Arrow shows how you can use Arrow together with Spring Webflux to create a reactive REST application. This article explains how to use the MonoK and the FluxK Arrow extensions together with the binding function to make working with the Mono and Flux reactor constructs much easier and better understandable.
Read
Getting started with FP in Kotlin and Arrow: Typeclasses
about 7 years ago
Getting started with FP in Kotlin and Arrow: Typeclasses explores part of the Arrow library by explaining how you can use Arrow to create your own typeclasses and use the ones provided by Arrow to make your code more concise and better readable.
Read
Functional Hangman Game written with Arrow
over 7 years ago
Functional Hangman game - console application written with Arrow. Uses the IO monad to push side effects to the edge of the system.
Read
Manual documentation is dead. Long live automated documentation! Automated documentation with ANK
over 7 years ago
It includes how the ANK plugin works: from having a tool that evaluates and verifies your doc snippets at compile time, to generating code documentation that is always correct and up to date.
Read
Simple Dependency Management in Kotlin
over 7 years ago
In this talk we introduce the concepts of Dependency Management as a language feature, typeclasses, and a live demo of KEEP-87. You can follow along the example in this folder.
Read
Polyjokes - A polymorphic approach using Arrow
over 7 years ago
@dcampogiani is using a polymorphic approach to retrieve a random user and then a joke about him.
Read