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
- Memory slices for C99☆47Updated last month
- Full-featured interfaces for C99☆310Updated last month
- Abusing the C99 preprocessor for meta-programming☆20Updated 7 years ago
- Functional-programming macros for the C preprocessor.☆63Updated 9 years ago
- Pottery - A container and algorithm template library in C☆124Updated 2 years ago
- Standards-defying functional-programming macros for the C preprocessor☆50Updated 10 years ago
- chaos preprocessor library. this is what boost preprocessor derived from.☆121Updated 12 years ago
- A more powerful C/C++ preprocessor.☆85Updated 4 years ago
- order-pp preprocessor library (standalone part of chaos-pp)☆108Updated 3 years ago
- cparse is an LR(1) and LALR(1) parser generator☆51Updated last month
- A list of awesome C preprocessor stuff☆310Updated last month
- Purely evil preprocessor macros adding anonymous functions and closures to ISO C99☆157Updated 9 years ago
- Interactive C/C++ preprocessor macro debugger☆156Updated 4 years ago
- A simple Exception-handling library for C99, that uses some fancy macros for true try{...}catch(err){...}finally{...} syntax!☆40Updated 6 years ago
- lambda calculus interpreter☆39Updated 3 years ago
- Generic, strongly typed, header-only data structures in C☆27Updated 11 months ago
- 🦁 Nala - A delightful test framework for C projects.☆68Updated 2 years ago
- Example implementation of coroutine in C☆20Updated 4 years ago
- Coroutines for C.☆74Updated 7 years ago
- A C library for converting between two different encodings in a simple, easy, and powerful way.☆56Updated 5 months ago
- Simple conservative GC using mimalloc☆39Updated 2 years ago
- Completely avoid dangling pointers in C.☆37Updated 3 years ago
- C++ Implementations of programming languages and type systems studied in "Types and Programming Languages" by Benjamin C. Pierce..☆34Updated 4 years ago
- This was a fork of Checked C used from 2021-2024. The changes have been merged into the original Checked C repo.☆26Updated 4 months ago
- Soul - an esoteric concatenative language☆11Updated 9 months ago
- Preprocessor metaprogramming knowledge obscurity chart☆46Updated last year
- minimalist pure lazy functional programming language (pythonic haskell)☆76Updated this week
- Exception handling and smart pointer (automatic cleanup) libraries for C☆57Updated 10 years ago