metaprogramming topic

List metaprogramming repositories

s2

41
Stars
3
Forks
Watchers

A data-binding function for the DOM.

datatype99

1.3k
Stars
24
Forks
Watchers

Algebraic data types for C99

interface99

276
Stars
13
Forks
Watchers

Full-featured interfaces for C99

metalang99

797
Stars
24
Forks
Watchers

Full-blown preprocessor metaprogramming

bfcpp

38
Stars
1
Forks
Watchers

Optimizing Brainfuck interpreter in the C preprocessor

betterdocs

26
Stars
38
Forks
Watchers

📚 Web version of https://github.com/khusnetdinov/ruby.fundamental repo - Fundamental programming with ruby examples and references. It covers threads, SOLID principles, design patterns, data structu...

autoslot

60
Stars
4
Forks
Watchers

Automatic __slots__ for your Python classes

magic_enum

4.5k
Stars
408
Forks
Watchers

Static reflection for enums (to string, from string, iteration) for modern C++, work with any enum type without any macro or boilerplate code

nameof

2.0k
Stars
109
Forks
Watchers

Nameof operator for modern C++, simply obtain the name of a variable, type, function, macro, and enum