
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

Writing a Kotlin Compiler Plugin with Arrow Meta
over 5 years ago
Learn how to write and test the debuglog compiler plugin in Arrow Meta. Here is the compiler plugin debulog-arrow-meta explained in the article.
Read