Swallow is a compiled programming language currently under development.
Why am I creating this language?
I am creating it as a fast alternative to python and as an easy alternative to c
Goals
- Ease to use
- Fast
- Highly modular
- Occupies less memory
- Compiled
How does it work?
You can consider it to be a superset of c which compiles to clean c. So valid c code is also valid swallow code(the language is named swallow). It will have no garbage collector because it is a system programming language but it will be very easy to use so there will be less chance of memory leak