Skip to main content

Blog

The latest news, posts, and talks from the Arrow community

Functional Hangman Game written with Arrow

Functional Hangman Game written with Arrow

Fri Nov 30 2018

Functional Hangman game - console application written with Arrow. Uses the IO monad to push side effects to the edge of the system.

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

Sat Nov 24 2018

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

Wed Nov 07 2018

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
Polyjokes  -  A polymorphic approach using Arrow

Polyjokes  -  A polymorphic approach using Arrow

Sun Oct 21 2018

@dcampogiani is using a polymorphic approach to retrieve a random user and then a joke about him.

Learn more
Architecting Typed FP Applications & Libraries in Kotlin with Arrow

Architecting Typed FP Applications & Libraries in Kotlin with Arrow

Fri Oct 05 2018

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

Tue Jul 24 2018

A beginner level introduction to Functional Programming for Kotlin and/or Android Developers or developers with OOP background.

Learn more
Functional Programming in Kotlin with Arrow by Emmanuel Nhan

Functional Programming in Kotlin with Arrow by Emmanuel Nhan

Wed Jun 27 2018

@nhanmanu introduces Kotlin and how it is a good fit for functional programming. The talk goes through some interesting features of Kotlin, then show how to use them to enter the world of Higher Kinds and Typeclasses. In the last part, we explore some Arrow capabilities & built-in syntax, using validation as an example.

Learn more
Arrow 101  -  Building an Android app using Functional Programming

Arrow 101  -  Building an Android app using Functional Programming

Sun Jun 24 2018

Leandro Ferreira presents how to build a simple app using Arrow and how to implement solutions with Semigroups.

Learn more

Do you want to publish a new post?