Kotlin Functional Programming: Parallel Processing The Functional Way with Arrow Fx
almost 6 years ago
Learn how to handle parallel processing in Kotlin with Arrow IO monads.
Read
Arrow Comonad Approach for GameOfLife with Android Compose
almost 6 years ago
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.
Read
Kotlin coroutines with arrow-fx
almost 6 years ago
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.
Read
Conway's Game of Life using Kotlin and Arrow
almost 6 years ago
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.
Read
Keep insisting - Arrow Meta
almost 6 years ago
Arrow Meta is a library that empowers library and application authors with the ability to write plugins for the Kotlin compiler. Compiler plugins have access to all compiler phases and can intercept and modify the AST, descriptors, and IR intermediate lang for bytecode generation.
Read
Arrow Fx & Arrow Meta - Functional Programming for the masses
almost 6 years ago
In this meetup we discuss the new features of Arrow Fx to write “effectful” programs with an emphasis on simple and declarative programming for everyone.
Read
Arrow Meta - Enabling Functional Programming in the Kotlin Compiler
about 6 years ago
Arrow Meta is a library that empowers library and application authors with the ability to write plugins for the Kotlin compiler. Compiler plugins have access to all compiler phases and can intercept and modify the AST, descriptors, and IR intermediate lang for bytecode generation.
Read
Kotlin and Arrow: the functional way
over 6 years ago
Kotlin is a great language for developing server-side applications; it's an object-oriented language and also a functional one, supporting features such as function types, lambdas or higher order functions. But...is this enough to switch completely from an imperative paradigm to a functional paradigm?
Read