Skip to content

ldotn/FPlusPlus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FPlusPlus

Header only library to make Modern C++ more functional (no pun intended). It add things from functional programming that act mostly as syntactic sugar, trying to have zero to none runtime overhead. The idea is to bring some of the nice things of Python into C++

Things

  • Zip (for 2 variables)
  • Enumerate

For now the functions can't be concatenated, that is, you can't call enumerate(zip(a,b))

Stuff

It now has some SIMD vector functions and image manipulation stuff, not because it's related but because I needed a place to put them

About

Header only library for functional operators in Modern C++

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors