资 源 简 介
The aim is to provide facilities for the functional programming enthusiasts to write in C++. Future developments may include functionalities that might not have look and feeling of functional programming.
Other additions:
Wrappers to interface with clang front end.
POSIX Thread wrappers.
Containers (Stack and Queue) using dynamic as well as constant sized containers. Constant sized containers offers good run-time performance.
A set of utility functions for STL containers and other standard library data structures (e.g., print, sort etc.)
Very naive (and erroneous) client server implementation.