TotallyNotChase / typeclass-interface-patternLinks
Ideas, thoughts, and notes on a typeclass/interface based polymorphism pattern for standard C
☆44Updated 4 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
Sorting:
- A demonstration of implementing a "type-safe" lazy iterator interface in pure C99☆100Updated 4 years ago
- Functional, Type safe, Lazy abstractions for generic iterators in C - https://github.com/TotallyNotChase/c-iterators☆31Updated 4 years ago
- Memory slices for C99☆49Updated 10 months ago
- Abusing the C99 preprocessor for meta-programming☆20Updated 8 years ago
- Functional-programming macros for the C preprocessor.☆63Updated 10 years ago
- Standards-defying functional-programming macros for the C preprocessor☆51Updated 11 years ago
- Purely evil preprocessor macros adding anonymous functions and closures to ISO C99☆170Updated 10 years ago
- Full-featured interfaces for C99☆339Updated 10 months ago
- Example implementation of coroutine in C☆21Updated 5 years ago
- C++ Implementations of programming languages and type systems studied in "Types and Programming Languages" by Benjamin C. Pierce..☆34Updated 5 years ago
- A more powerful C/C++ preprocessor.☆92Updated 5 years ago
- Pottery - A container and algorithm template library in C☆129Updated 3 years ago
- chaos preprocessor library. this is what boost preprocessor derived from.☆129Updated 13 years ago
- Preprocessor metaprogramming knowledge obscurity chart☆53Updated 2 years ago
- Richard's compiler bootstrap experiment☆44Updated 2 years ago
- Simple conservative GC using mimalloc☆41Updated 3 years ago
- Lightweight C library for functional programming.☆36Updated 8 years ago
- ☆11Updated 4 years ago
- order-pp preprocessor library (standalone part of chaos-pp)☆129Updated 4 years ago
- ☆39Updated 4 years ago
- Coroutines for C.☆78Updated 8 years ago
- Effect handlers in C++☆125Updated 2 years ago
- A WIP little dependently-typed systems language☆41Updated last year
- A C++11 implementation of Hindley-Milner type inference.☆80Updated 13 years ago
- The compiler and standard distribution for the C∀ programming language☆85Updated this week
- cparse is an LR(1) and LALR(1) parser generator☆64Updated 3 months ago
- Clone of http://nsz.repo.hu/git/?p=c-standard☆23Updated 6 years ago
- Compile Haskell-like code into C++ template metaprograms☆66Updated 9 years ago
- C89 expressions parsed with the shunting yard algorithm in Python☆85Updated last year
- lambda calculus interpreter☆46Updated 4 years ago