Primitives to support a functional programming style.
git clone https://github.com/cpp-core/fp
mkdir fp/build && cd fp/build
CC=clang-mp-14 CXX=clang++-mp-14 cmake -DCMAKE_INSTALL_PREFIX=$HOME/opt ..
make -j4 check # Run tests
make install # Build and install