
Arrow Promoted to Adopt by Technology Radar
over 5 years ago
Arrow is promoted as the functional companion for Kotlin's standard library. Indeed, the package of ready-to-use higher-level abstractions delivered by Arrow has proven so useful that our teams now consider Arrow a sensible default when working with Kotlin. Recently, in preparation for the 1.0 release, the Arrow team introduced several changes, including the addition of new modules but also some deprecations and removals.
Read
How to fix the pain of modifying Kotlin nested data classes
over 5 years ago
Lenses are not part of the Kotlin Standard Library yet, so we will need to use an Open Source library called Arrow-kt. Arrow-kt is a huge community effort to bring some of the missing functional programming features to Kotlin.
Read
Technology Radar Promotes Arrow to 'Adopt'
over 5 years ago
Arrow has been promoted to “Adopt” by ThoughtWorks’ technology guide Technology Radar.
Read
Writing Kotlin Compiler Plugins with Arrow Meta
over 5 years ago
Lean how to write and test compiler plugins and IDE plugins with Arrow Meta.
Read
Type Proofs and FP for the Kotlin Type System
over 5 years ago
Type Proofs is a new compiler plugin built on Arrow Meta enabling new features in the Kotlin type system, such as Type Classes, Union Types, Type Refinements, and many other extensions that make Functional Programming easier in Kotlin.
Read
Asynchronisme et hexagone en Kotlin avec ArrowKt
over 5 years ago
J'aime bien le DDD et surtout les architectures hexagonales. Avoir un domaine auto-portant et non couplé à des blocs techniques comme Spring (ou autres) apporte beaucoup dans la testabilité et l'évolutivité de l'application.
Read
Arrow Fx: Functional Domain Modeling with Kotlin
over 5 years ago
Arrow Fx is a purely functional concurrency framework for Kotlin’s suspend system.
Read
Type Proofs and FP for the Kotlin Type System
almost 6 years ago
Type Proofs is a new compiler plugin built on Arrow Meta enabling new features in the Kotlin type system, such as Type Classes, Union Types, Type Refinements, and many other extensions that make Functional Programming easier in Kotlin.
Read