add: advanced funcs

This commit is contained in:
Inanc Gumus
2019-05-02 22:09:45 +03:00
parent a189065c38
commit f3bf95e66c
5 changed files with 286 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
# IDEAS
* Create a chainable funcs for strings
* Create a mapper instead of a filter
* Create map/reduce
* Create a time it takes higher-order func
* Use stdlib funcs with func values
* Create a functional program with structs (filter etc)