Skip to main content

videos

49 posts tagged with “videos”

State of the functional ecosystem in Kotlin: Mid 2018 checkup

State of the functional ecosystem in Kotlin: Mid 2018 checkup

undefined

This talk focuses on the day-to-day problems Arrow solves, from small ideas to big concepts.

Learn more
Higher Kinded Types in a Lower Kinded Language by Jacob Bass

Higher Kinded Types in a Lower Kinded Language by Jacob Bass

undefined

It's hard coming back down to the earth of a JVM based language after spending time with Haskell and OCaml. This talk will discuss functional programming in Kotlin with the Arrow library, how the abstractions it provides can improve your code, and how this magic that provides higher-kinded types works under the hood.

Learn more
Introduction to Kotlin Arrow by Jacob Bass

Introduction to Kotlin Arrow by Jacob Bass

undefined

@bassjacob goes through how Funktionale and Kategory merged into Arrow, consolidating two of the most popular FP libraries in the Kotlin space into one powerhouse. The talk is an introduction to some FP concepts, how the libraries work, what features they bring to the table and where you might use them in your code.

Learn more
It's all about morphisms

It's all about morphisms

undefined

@uberto gives a gentle introduction to Category Theory for programmers used to OOP but interested in Functional Programming. No Haskell knowledge required. We will explain main concepts behind functional programming with many diagrams and simple metaphors and examples. Some code will clarify how to translate these ideas in programs.

Learn more
Functional Programming in Kotlin with Arrow

Functional Programming in Kotlin with Arrow

undefined

A rundown of all the features included in the library, focusing on implementation details.

Learn more
Building a DSL… in Kotlin

Building a DSL… in Kotlin

undefined

Make DSLs stack safe, composable and reusable under different runtime requirements thanks to Arrow.

Learn more
Architectures Using Functional Programming Concepts

Architectures Using Functional Programming Concepts

undefined

Introductory talk to Functional architectures to be built on top of Arrow.

Learn more
Kotlin for the Pragmatic Functionalist

Kotlin for the Pragmatic Functionalist

undefined

An introduction to Arrow and the enhancements it brings to Kotlin's standard library.

Learn more