akarnokd / reactive4java

Library for reactive, dataflow oriented programming for Java - the very first ReactiveX-style reactive programming library on the JVM from 2011-2012
Apache License 2.0
3 stars 0 forks source link

Functional Java #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi there,

I don't know what the scope / feasibility of this would be, but it would be 
really cool if you could integrate with the functional-java library 
(http://functionaljava.org/). They already have classes to provide similar 
functionality to your Option, Func etc. Plus, they've got a lot of other cool 
utility functions that you could utilize in your library.

Original issue reported on code.google.com by wcmatthy...@gmail.com on 9 May 2012 at 7:38

GoogleCodeExporter commented 8 years ago

Original comment by harmathdenes on 19 Sep 2012 at 10:40

GoogleCodeExporter commented 8 years ago
I disagree.
That lib is to heavyweight, and all stuff is implemented very ineffective.
Also it's not so handy in use and have only academic use.

There is functions are incredibly slow.
If they wanted to do something, they'd  should  not use same functional 
approach inside  their lib, just make it imperative and ugly inside to make it 
fast and functional outside, but now it's tho overweight and complex (in 
computation power aspect) inside.

Original comment by mart.bog...@gmail.com on 8 Oct 2012 at 10:01