suteki (素敵) is a simple statically typed systems programming language like C, it has features like:
- Modules
- Macros
and many more.
import std.io;
int main()
{
writeln("Hello, World!");
return 0;
}
See detailed examples here.
TODO
This compiler is distributed under the Zlib License. See LICENSE for more details.