
How to fix the pain of modifying Kotlin nested data classes
about 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'
about 5 years ago
Arrow has been promoted to “Adopt” by ThoughtWorks’ technology guide Technology Radar.
Read
Writing Kotlin Compiler Plugins with Arrow Meta
about 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
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