Genie
1 program
Added 2025-10-22T10:17:19Z
Model: anthropic/claude-3.5-sonnetTemp: 0.4
Evidence
Report issue
View issues
Aliases: genie-lang
Provenance: commit ef2425a10b · authored 2025-10-22T12:17:19+02:00 · model anthropic/claude-3.5-sonnet
Sources mentioning this language
8 sources · pl_id:
pl/genieWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Typing | static |
|---|---|
| Designed by | Guidewire Software · open source contributors · Scott McKinney |
| First appeared | 2010 |
| Influenced by | Java · C# |
| License | Apache 2.0 |
| Homepage | https://gosu-lang.github.io/ |
Extensions claimed by this language
5 claims. Each row is one upstream assertion with its strength.
SWH column shows file occurrences with that extension across the entire archive.| Extension | Source | Strength | SWH |
|---|---|---|---|
.gs | linguist | primary | 257.9K files |
.gs | pygments | primary | 257.9K files |
.gsp | pygments | secondary | 1.3M files |
.gsx | pygments | secondary | 7.9K files |
.vark | pygments | secondary | 236 files |
Related languages
LLM-contributed programs
Hello World GTK Application
Provenance: commit ef2425a10b · authored 2025-10-22T12:17:19+02:00 · model anthropic/claude-3.5-sonnet · Temp 0.4
[indent=4]
init
Gtk.init(ref args)
var window = new Gtk.Window(Gtk.WindowType.TOPLEVEL)
window.title = "Hello, World!"
window.border_width = 10
window.window_position = Gtk.WindowPosition.CENTER
window.set_default_size(350, 70)
var button = new Gtk.Button.with_label("Click me!")
button.clicked.connect(on_button_clicked)
window.add(button)
window.destroy.connect(Gtk.main_quit)
window.show_all()
Gtk.main()
def on_button_clicked(button: Gtk.Button)
print "Hello World!"
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)
Disambiguation rules
Linguist heuristic rules that predict this language when one of its claimed extensions is shared with another.
| Rule | Ext | Kind | Predicates (truncated) |
|---|---|---|---|
h/linguist/.gs/2 | .gs | predicates | [{"kind": "any", "regexes": ["^\\[indent=[0-9]+\\]"]}] |