Skip to main content

articles

53 posts tagged with “articles”

Getting started with FP in Kotlin and Arrow: Typeclasses

Getting started with FP in Kotlin and Arrow: Typeclasses

undefined

Getting started with FP in Kotlin and Arrow: Typeclasses explores part of the Arrow library by explaining how you can use Arrow to create your own typeclasses and use the ones provided by Arrow to make your code more concise and better readable.

Read
Functional Hangman Game written with Arrow

Functional Hangman Game written with Arrow

undefined

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

Read
Polyjokes  -  A polymorphic approach using Arrow

Polyjokes  -  A polymorphic approach using Arrow

undefined

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

Read
Arrow 101  -  Building an Android app using Functional Programming

Arrow 101  -  Building an Android app using Functional Programming

undefined

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

Read
Handling exceptions in Arrow

Handling exceptions in Arrow

undefined

@uris77 explains how to use Try in real world examples.

Read