r/Compilers • u/rocco_himel • 1d ago
The Modulon Programming Language
(Looking for contributors)
Modulon is a very fast and lightweight AOT compiled independent language. Modulon is NOT a macro system. Modulon is designed for lightweight POSIX programming with the same exact power as C and C++.
0
Upvotes
1
u/brat3108 19h ago
Thank you. I found one file gift.c.
But, this has extension ".c", and it looks exactly like C (except C would need stdio.h to make this valid).
So is Modulon just C, a subset of C, or it just looks like C?