lefticus / cpp_weekly

The official C++ Weekly Repository. Code samples and notes of future / past episodes will land here at various times. PR's will be accepted in some cases.
The Unlicense
698 stars 26 forks source link

C++ is a functional programming language #389

Closed lefticus closed 1 month ago

lefticus commented 3 months ago

https://imgflip.com/i/8uacb3

The standard library and algorithms were designed around functional paradigm principles.

was added in C++98
lefticus commented 1 month ago

Coming in Ep450