diff options
Diffstat (limited to 'development/hare/README')
-rw-r--r-- | development/hare/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/development/hare/README b/development/hare/README new file mode 100644 index 0000000000000..c987afa1de068 --- /dev/null +++ b/development/hare/README @@ -0,0 +1,12 @@ +Hare is a systems programming language designed to be simple, +stable, and robust. Hare uses a static type system, manual memory +management, and a minimal runtime. It is well-suited to writing +operating systems, system tools, compilers, networking software, +and other low-level, high performance tasks. + +Hare uses and depends on the QBE compiler backend. + +Building hare (this "build driver") depends on: + + * scdoc - the man page generator + * harec - the hare boostrap compiler |