SPL Compiler
A low-level system programming language with high-level syntax
A new system programming language designed to occupy the same niche C is currently holding, that allows for easier development of large platform-independent systems.
The aims are to:
* Keep all of C's system programming strengths.
* Be as efficient as C (at run-time) and as high-level as possible for the programmer.
* Promote modularity and ease the development of large-scale component-based software.
* Enable programming-by-contract and other high-level features (as long as...