Category:Genie: Difference between revisions

From Rosetta Code
Content added Content deleted
(Created page with "{{language|Genie}} Gnome Genie, programming language with close to python syntax.")
 
(Some Genie sidebar details)
Line 1: Line 1:
{{language|Genie}}
{{language|Genie
|site=http://live.gnome.org/Vala
|exec=machine
|gc=no
|safety=safe
|parampass=both
|checking=static
|compat=nominative
|express=explicit
|strength=strong
|tags=vala
|LCT=no
}}


Gnome Genie, programming language with close to python syntax.
Gnome Genie, programming language with close to python syntax.

Revision as of 17:33, 18 May 2019

Language
Genie
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 reference, By value
Type safety: Safe
Type strength: Strong
Type compatibility: Nominative
Type expression: Explicit
Type checking: Static
Lang tag(s): vala
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using Genie.

Gnome Genie, programming language with close to python syntax.