articles
53 posts tagged with “articles”

Arrow Comonad Approach for GameOfLife with Android Compose
undefined
The purpose of this article is complement the bow + SwifUi solution for the game of live we can find here https://www.47deg.com/blog/conway-swift/ with the arrow + compose version.
Learn more
Kotlin coroutines with arrow-fx
undefined
The purpose of this article is to summarize the approaches from questions at Slack about the usage of Either, Option and other datatypes and to give a tour of arrow-fx usage and APIs.
Learn more
Conway's Game of Life using Kotlin and Arrow
undefined
An article of a series on Functional Programming solutions for the Global Day of Coderetreat challenge. In this case, it shows an approach for it using Kotlin and Functional Programming provided by the Arrow library.
Learn moreEffect polymorphism with Arrow FX
undefined
Wonder how to handle side effects in a very clean way while abstracting the real effect implementation? #Arrow #FX provides an easy way to do this, without the burden of Higher-Kinded Types.
Learn moreSelf-contained example of testing with modules and Arrow FX
undefined
This post shows a porting with Kotlin and Arrow FX of a self-contained testing example with Scala ZIO
Learn more
How KEEP-87 & Typeclasses will change the way we write Kotlin
undefined
Short introduction into the proposal KEEP-87 and how it would be able to improve the language.
Learn more
Introducing Arrow Playground
undefined
Arrow Playground is a JavaScript library that creates Kotlin-aware, including Arrow, editors capable of running code from HTML block elements. This is a fork of the original Kotlin Playground work done by the JetBrains team.
Learn more
Webflux with Kotlin and Arrow
undefined
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.
Learn more