Pretty.c

Pretty C is a new scripting language that is compatible with C, offering dynamic typing, generic iteration, resource tracking, and more. It aims to provide so much syntactic sugar that it may give C developers a diabetes-induced heart attack. Pretty C is inspired by Lua, Python, JavaScript, and Lisp, aiming to combine the best features of these languages into a single lightning-fast and strongly typed scripting language. It includes convenient features such as readable alternatives to regular operators, simple macros, new types, type inference, generic printing and equality, and Pretty ternaries for easier code readability. Additionally, Pretty C offers allocation macros, block utilities, and error handling similar to other languages like Go.

https://github.com/aartaka/pretty.c

To top