chapel-lang / mason-registry

Package registry for mason, Chapel's package manager
17 stars 25 forks source link

added functional programming module #35

Closed omar-3 closed 3 years ago

omar-3 commented 4 years ago

Untill this point, I have implemented serial/parallel iterators constructs like the ones in Python standard itertools module. The tests are not complete, the parallel iterator part is implemented for functions which need a little bit thought in dividing work between tasks, the not-implemented part wouldn't be so hard. At the moment, I'm just begining to focus on functools module to get some proof-of-concept implementations for GSoC proposal.