Skip to content

enolive/monads-session

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Monads for developers

This repo contains the demo code for my session about monads and why they are useful for developers, not only mathematicians. The idea of the demo is how to write an expression parser with very expressive error handling the easy way.

Structure

There are two subfolders here, which implement the same parser

  • Kotlin as a main stream language using the popular FP companion library, Arrow-Kt

  • Haskell as a nice, but rather niche language using its innate powers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published