origamitower / folktale

[not actively maintained!] A standard library for functional programming in JavaScript
https://folktale.origamitower.com/
MIT License
2.04k stars 102 forks source link

Tuple and Arrow. #126

Closed diasbruno closed 7 years ago

diasbruno commented 7 years ago

Hi,

I've been working on an implementation of tuple for folktale, specially to try to get an Arrow spec for javascript.

I'm adding this issue to show the first work of it and provide updates (I'm still working on tuple, later I'll try get Arrows).

@diasbruno/folktale#feature/tuple

robotlolita commented 7 years ago

Ah, since those aren't on the roadmap, can you submit a proposal for those features first?

diasbruno commented 7 years ago

Sure. When I finish I'll submit a proposal (because this is a work in progress for arrows, but for tuples I can submit a proposal).

diasbruno commented 7 years ago

@robotlolita I'll close this issue and open a proposal for tuple first. Thank you.