Z2 is...

A statically-typed pure-OOP general-purpose performance-centric nativelly-compiled systems-programming language.

Download About

namespace org.z2legacy.ut;

class HelloWorld {
	def @main() {
		System.Out << "Hello World!\n";
	}
}