[functor] additions/improvements WAS Re: Commons Functor changes

2010-12-08 Thread Matt Benson
On Dec 8, 2010, at 2:10 PM, Haswell, Joe wrote: > Coming from a Haskell background, I really miss non-strict semantics in Java, > and it seems that functor's support for them is fairly limited (I do note > that it exists). It'd be fairly easy to implement them either over existing > functor i

Commons Functor changes

2010-12-08 Thread Haswell, Joe
Coming from a Haskell background, I really miss non-strict semantics in Java, and it seems that functor's support for them is fairly limited (I do note that it exists). It'd be fairly easy to implement them either over existing functor interfaces or as a separate package. Also, it seems that t