First work on Kraken! Basic node tree system re-written from WTS-Language, can output .gv files of the node tree.
This commit is contained in:
13
README.md
13
README.md
@@ -1,4 +1,15 @@
|
||||
kraken
|
||||
Kraken
|
||||
======
|
||||
|
||||
The Kraken Programming Language
|
||||
|
||||
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.
|
||||
|
||||
Reference in New Issue
Block a user