Category:Hare

From Rosetta Code
Revision as of 04:35, 27 April 2022 by Cc (talk | contribs) (Added category box, description)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Language
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:


Listed below are all of the tasks on Rosetta Code which have been solved using 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.