Project
C!
C! (pronounced like C-Wow) was a very small project I made to make code golfing easier in C++.
I did it by defining a small set of macros to make common tasks (string processing, variable creation, etc) easier and with fewer characters.
I continued this spirit of making a programming language with my later project “Cipt”.