Skip to main content

videos

49 posts tagged with “videos”

Arrow Fx & Arrow Meta - Functional Programming for the masses

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 more
Arrow Meta - Enabling Functional Programming in the Kotlin Compiler

Arrow 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 more
Kotlin and Arrow: the functional way

Kotlin 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 more
Immutable Conversations - Past and Future of Arrow

Immutable 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 more
Manual documentation is dead. Long live automated documentation! Automated documentation with ANK

Manual 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 more
Simple Dependency Management in Kotlin

Simple 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 more
Architecting Typed FP Applications & Libraries in Kotlin with Arrow

Architecting 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 more
Arrow and Functional Programming for Kotlin Developers

Arrow 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