Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 439 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 439 Bytes

fun-c

Keep in mind all the code here is super cursed and I'm not quite sure what I was smoking when I made this...

A lightweight generic functional library for C.

A lot of functionality is missing...

Functionality

  • Lambda
  • Anonymous function
  • For each
  • Reducing
  • Filtering
  • Mapping
  • Matching
    • Any
    • All
    • None
  • Prettier piping
  • Adding more goals as more comes to mind.