Skip to content

Commit

Permalink
Add motivation about point-free style programming
Browse files Browse the repository at this point in the history
  • Loading branch information
pfultz2 committed Apr 13, 2016
1 parent 0e4ee8e commit f31e941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Motivation

- Improve the expressiveness and capabilities of functions, including first-class citzens for function overload set, extension methods, infix operators and much more.
- Simplify constructs in C++ that have generally required metaprogramming
- Enable point-free style programming
- Workaround the limitations of lambdas in C++14

Requirements
Expand Down

0 comments on commit f31e941

Please sign in to comment.