Skip to content

rebeccaskinner/c_monads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains some example/test code related to implementing monads in
C.  This is all about just playing around with ideas for how to better control
state in C, and isn't intended to be production code.  Memory leaks, unhandled
corner cases, and undefined behavior likely abound.

For the sake of sanity, GCC extensions are used. The code isn't likely to
build with any other compilers without refactoring.

About

Various tests of implementing Monads in C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages