Introduction
Metalang99 is a functional macro language that allows you to create useful metaprograms in pure C99. Implemented as a header-only library, Metalang99 extends the standard C preprocessor with extra programming capabilities, including recursion, algebraic data types, collections, currying, natural numbers, functional composition, debugging facilities, and more.
Having Metalang99 at our disposal, it becomes possible to extend the C programming language with custom syntax sugar, via such advanced metaprograms as Datatype99:
Or Interface99:
Throughout this book, you will learn the fundamentals of Metalang99, starting from the core metalanguage and ending with various testing, debugging, and error reporting facilities. For more information, please refer to the following material:
Also, stay tuned to our official mailing list, where you can see some important news about Metalang99 and participate in discussions.
Let's start!
Last updated