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
- Example implementation of coroutine in C☆21Updated 5 years ago
- Memory slices for C99☆48Updated 7 months ago
- Abusing the C99 preprocessor for meta-programming☆20Updated 7 years ago
- Full-featured interfaces for C99☆328Updated 7 months ago
- A more powerful C/C++ preprocessor.☆89Updated 5 years ago
- Functional-programming macros for the C preprocessor.☆63Updated 10 years ago
- chaos preprocessor library. this is what boost preprocessor derived from.☆125Updated 13 years ago
- The compiler and standard distribution for the C∀ programming language☆83Updated 2 weeks ago
- order-pp preprocessor library (standalone part of chaos-pp)☆113Updated 4 years ago
- dropt is yet another C library for parsing command-line options.☆45Updated 4 years ago
- j2 is a minimalist concatenative programming language that makes up for its simplicity by its ability to natively bind with C libraries' …☆45Updated 4 months ago
- Robust multi-prompt delimited control and effect handlers in C/C++☆128Updated last year
- ☆39Updated 4 years ago
- A simple prolog implementation in Rust☆26Updated 4 years ago
- A WIP little dependently-typed systems language☆41Updated last year
- lambda calculus interpreter☆44Updated 4 years ago
- Simple conservative GC using mimalloc☆41Updated 2 years ago
- Purely evil preprocessor macros adding anonymous functions and closures to ISO C99☆164Updated 10 years ago
- ☆11Updated 3 years ago
- Interactive C/C++ preprocessor macro debugger☆172Updated 4 years ago
- Richard's compiler bootstrap experiment☆46Updated 2 years ago
- A list of awesome C preprocessor stuff☆367Updated 3 months ago
- Compile Haskell-like code into C++ template metaprograms