Menu

Close
  • Home
Subscribe
Menu

Continuational

Lots of code, few words.

Scroll Down
Page 1 of 1

Monads (forget about bind)

Monads are a simple concept, but is made unreasonably hard to learn partly by tutorials featuring weird analogies and partly by Haskell-specific cruft. In this post, »

Joakim Ahnfelt-Rønne 04 October 2016

Algebraic Datatypes in Java 8

Sum types, also known as tagged unions are a feature in many modern languages. Traditional object-oriented languages from the 90's, having recently aquired lambda functions, still »

Joakim Ahnfelt-Rønne 31 March 2015

A Parser Combinator for Java 8

Parsing source code, configuration files and document formats can be cumbersome in Java. You'll either have to reach for a code-generating tool such as ANTLR or »

Joakim Ahnfelt-Rønne 18 March 2015
Page 1 of 1
Continuational © 2021
Proudly published with Ghost