TotallyNotChase / typeclass-interface-pattern
Ideas, thoughts, and notes on a typeclass/interface based polymorphism pattern for standard C
☆44Updated 3 years ago
Alternatives and similar repositories for typeclass-interface-pattern:
Users that are interested in typeclass-interface-pattern are comparing it to the libraries listed below
- A demonstration of implementing a "type-safe" lazy iterator interface in pure C99☆97Updated 3 years ago
- Functional, Type safe, Lazy abstractions for generic iterators in C - https://github.com/TotallyNotChase/c-iterators☆30Updated 3 years ago
- Functional-programming macros for the C preprocessor.☆63Updated 10 years ago
- Memory slices for C99☆47Updated 3 months ago
- Abusing the C99 preprocessor for meta-programming☆20Updated 7 years ago
- Standards-defying functional-programming macros for the C preprocessor☆50Updated 10 years ago
- Example implementation of coroutine in C☆20Updated 4 years ago
- Full-featured interfaces for C99☆316Updated 3 months ago
- order-pp preprocessor library (standalone part of chaos-pp)☆108Updated 3 years ago
- Simple conservative GC using mimalloc☆39Updated 2 years ago
- Pottery - A container and algorithm template library in C