#FunC A functionally oriented C library. This is ought to contain basic elements of most functional languages such as linked lists, map, fold/reduce, ...
##How do I use it? If you want to compile it, you will need 'gcc' or 'clang'. A makefile exists. To use it you will need 'make'.
make
group the sources in the func foldermake check
will make and run tests
To use this library in your projects, add the generated folder to your project and add the header /func/func.h where necessary (with , the path to the folder func).
##Goal Add fun to C. The intent is to improve my skills in C, focusing on macros, function pointers and memory management.
##How do I contribute? As the goal for me is to learn things, I would prefer to do the entire project by myself. However, having someone participating can be instructive, this is why some other people could sometimes join in.
##Authors
- fantazio