/LowFish

Primary LanguageCGNU General Public License v3.0GPL-3.0

Lowfish

Lowfish is a low level compiled programming language.

Features

  • types that make sense ie 'i32' or 'ptr32'
  • open source, so if you have a complaint and I'm too slow, fix it.
  • other stuff

Hello world.

extern("printf")
i32 main()
{
	printf("Hello, World");
}