Occasional useful(less) experiments using different JVM languages
Implementation of pattern matching facility using
Predicate and lambdas features of Java 8.
Implement container object which allows to compose error processing.
Very close to Either monad.
Monadic parser combinators implementation in Java 8. Inspired by the paper "Monadic Parser Combinators" written by Graham Hutton and Erik Meijer.