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
- Abusing the C99 preprocessor for meta-programming☆20Updated 8 years ago
- Memory slices for C99☆49Updated 9 months ago
- Example implementation of coroutine in C☆21Updated 5 years ago
- Functional-programming macros for the C preprocessor.☆63Updated 10 years ago
- A more powerful C/C++ preprocessor.☆91Updated 5 years ago
- Standards-defying functional-programming macros for the C preprocessor☆51Updated 11 years ago
- Simple conservative GC using mimalloc☆41Updated 3 years ago
- chaos preprocessor library. this is what boost preprocessor derived from.☆128Updated 13 years ago
- Compile Haskell-like code into C++ template metaprograms☆66Updated 9 years ago
- Purely evil preprocessor macros adding anonymous functions and closures to ISO C99☆169Updated 10 years ago
- Full-featured interfaces for C99☆333Updated 9 months ago
- hspp: An experimental library to bring Haskell Style Programming to C++.☆170Updated 3 years ago
- order-pp preprocessor library (standalone part of chaos-pp)☆129Updated 4 years ago
- A C++11 implementation of Hindley-Milner type inference.☆79Updated 13 years ago
- 🦁 Nala - A delightful test framework for C projects.☆69Updated 2 months ago
- Interactive C/C++ preprocessor macro debugger☆176Updated 5 years ago
- ☆39Updated 4 years ago
- Composable monadic STM for C++ on Free monads☆79Updated 5 years ago
- Effect handlers in C++☆123Updated 2 years ago
- A research compiler for exploring the Regionalized Value State Dependence Graph (RVSDG) intermediate representation☆73Updated this week
- C++ Implementations of programming languages and type systems studied in "Types and Programming Languages" by Benjamin C. Pierce..☆34Updated 5 years ago
- ☆11Updated 4 years ago
- A header only library that provides parser combinators to C++☆21Updated 3 years ago
- This was a fork of Checked C used from 2021-2024. The changes have been merged into the original Checked C repo.☆27Updated last year
- Soul - an esoteric concatenative language☆12Updated last year
- Preprocessor metaprogramming knowledge obscurity chart☆53Updated 2 years ago
- A simple library to provide RAII in standard-compliant C99, using raii_with(resource, initializer, destructor) { ... }-syntax:☆43Updated 7 years ago
- The Egel Programming Language☆83Updated last week