2013-05-11 16:13:46 -04:00
|
|
|
Kraken
|
2013-05-10 12:08:44 -07:00
|
|
|
======
|
|
|
|
|
|
|
|
|
|
The Kraken Programming Language
|
2013-05-11 16:13:46 -04:00
|
|
|
|
|
|
|
|
The Kraken Programming Language is in its infancy.
|
|
|
|
|
|
|
|
|
|
It has the following design goals:
|
|
|
|
|
-Compiled
|
|
|
|
|
-Clean
|
|
|
|
|
-Fast (both running and writing)
|
|
|
|
|
-Good for Systems (including Operating Systems) programming
|
|
|
|
|
-Minimal "magic" code. (no runtime, other libraries automatically included)
|
|
|
|
|
|
|
|
|
|
It is inspired by C/C++, Python, and Go.
|