Turbocharging Kotlin: Arrow Analysis, Optics, and Meta
undefined
Raul Raja, Simon Vergauwen, and Alejandro Serrano appeared on Talking Kotlin to chat about Arrow.
Learn moreExtending kotlinx.serialization functionality with Arrow Meta with Karin-Aleksandra Monoid
undefined
Karin-Aleksandra Monoid provides an overview of Arrow Meta features.
Learn moreAnnouncing Arrow Analysis - a Kotlin compiler plug-in
undefined
Announcing Arrow Analysis - a Kotlin compiler plug-in.
Learn moreWriting Kotlin Compiler Plugins with Arrow Meta
undefined
Lean how to write and test compiler plugins and IDE plugins with Arrow Meta.
Learn moreType Proofs and FP for the Kotlin Type System
undefined
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.
Learn moreType Proofs and FP for the Kotlin Type System
undefined
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.
Learn moreWriting a Kotlin Compiler Plugin with Arrow Meta
undefined
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.
Learn moreKeep insisting - Arrow Meta
undefined
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.
Learn more