Arrow Fx & Arrow Meta - Functional Programming for the masses
undefined
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.
Learn moreArrow Meta - Enabling Functional Programming in the Kotlin Compiler
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 moreKotlin and Arrow: the functional way
undefined
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?
Learn moreImmutable Conversations - Past and Future of Arrow
undefined
In this episode, we capture a conversation between Arrow maintainers Raúl Raja and Paco Estevez as they discuss the past and future of the library which is designed to bring Functional Programming to Kotlin.
Learn moreManual documentation is dead. Long live automated documentation! Automated documentation with ANK
undefined
It includes how the ANK plugin works: from having a tool that evaluates and verifies your doc snippets at compile time, to generating code documentation that is always correct and up to date.
Learn moreSimple Dependency Management in Kotlin
undefined
In this talk we introduce the concepts of Dependency Management as a language feature, typeclasses, and a live demo of KEEP-87. You can follow along the example in this folder.
Learn moreArchitecting Typed FP Applications & Libraries in Kotlin with Arrow
undefined
This talk includes a comprehensive walkthrough of the most important patterns covered by the data types and type classes we find in Arrow. Each pattern will be accompanied by code examples that illustrate how Arrow brings Typed Functional Programming to Kotlin.
Learn moreArrow and Functional Programming for Kotlin Developers
undefined
A beginner level introduction to Functional Programming for Kotlin and/or Android Developers or developers with OOP background.
Learn more