Category:Hare: Difference between revisions

From Rosetta Code
Content added Content deleted
(Added Hare)
 
(Added category box, description)
 
Line 1: Line 1:
{{stub}}{{language|Hare}}
{{language
|site=https://harelang.org/
|exec=machine
|gc=no
|safety=unsafe
|parampass=value
|checking=static
|compat=nominative
|express=explicit
|strength=weak
|tags=hare
}}{{language programming paradigm|Imperative}}

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.

Latest revision as of 04:35, 27 April 2022

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.