λ Tony's Blog λ

Functional Java 2.19

Posted on March 23, 2009

New for Functional Java 2.19:

  • Comonadic operations on Stream, Tree and other data types

  • Database monad (java.sql.Connection as a functor)

  • Natural Number data type

  • The Constant Arrow ($)

  • Immutable Tree Map

  • A parallel quick-sort using Functional Java actors

  • much more