Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 367 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 367 Bytes

C++ FUNCTIONAL PROGRAMMING; FUNCTFUN :) C++20

  • Learning Functional Programming/Implementing Composable Functions
  • Implement Some Custom functions that can be use as a helper library
  • std::ranges, range-v3 and Concepts will be used
  • Currently Using C++20 but will updated for C++2b...
  • Will implement also custom views so it might turn into a range/view library