Skip to content

ContactShaanKhan/Pystream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pystream

Making functional programming tools in Python more bearable :)

Notes

There are 5 intermediate functions that can be chained implemented:

  1. map
  2. filter
  3. reduce
  4. flat
  5. flatmap

There are 2 terminal functions:

  1. collect
  2. foreach

There is one terminal function, that can be used to collect the final list or single value from reduce

About

Making functional programming tools in Python better

Topics

Resources

License

Stars

Watchers

Forks

Languages