SimonRichardson / funk

Haxe FP Library
Other
35 stars 5 forks source link

Think about removing the signals and arrows part of the lib #38

Closed SimonRichardson closed 11 years ago

SimonRichardson commented 11 years ago

I'm going through the whole library and it seems that only the futures part of the library uses it, it's a lot of work for something that really only is used once (although heavily). Consider removing it and putting it in a separate repo and then implement an alternative for said futures part.

Also note that signals is almost a duplicate of the reactives folder, but not as powerful.

Consider removing arrows, if you're not going to use them.

SimonRichardson commented 11 years ago

Decided to move signals to partial functions so it'll be a lot more powerful.

Moved to : https://github.com/SimonRichardson/funk/issues/39