/focs

Functional Open C Structures - C Data Structures Library

Primary LanguageCGNU General Public License v3.0GPL-3.0

FOCS

Functional Open C Structures: A C Data Structures Library Current Version: focs-0.0.0-rc1 (pre-release)

What is FOCS?

FOCS is a data structure library implemented in C, designed to provide common data structures to C programs. Additionally, FOCS aims to provide a functional programming bent to these data structures by providing common higher order functions like map and fold that can be used with all of these data structures.

Documentation

See https://quytelda.github.io/focs/.

Obtaining FOCS

See https://quytelda.github.io/focs/installation/obtaining.html.

Building FOCS

See https://quytelda.github.io/focs/installation/makefile.html.