Category:Hare
From Rosetta Code
Hare
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Hare.
This programming language may be used to instruct a computer to perform a task.
Official website |
---|
Execution method: | Compiled (machine code) |
---|---|
Garbage collected: | No |
Parameter passing methods: | By value |
Type safety: | Unsafe |
Type strength: | Weak |
Type compatibility: | Nominative |
Type expression: | Explicit |
Type checking: | Static |
Lang tag(s): | hare |
See Also: |
|
Your Help Needed
If you know Hare, please write code for some of the tasks not implemented in Hare.
If you know Hare, please write code for some of the tasks not implemented in Hare.
From the official website:
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.
Pages in category "Hare"
The following 12 pages are in this category, out of 12 total.