Gremlin

1 program Added 2025-11-02T17:24:44Z Model: google/gemini-2.5-proTemp: 0.4 Evidence Report issue View issues
Aliases: —
Provenance: commit 7589eea880 · authored 2025-11-02T18:24:44+01:00 · model google/gemini-2.5-pro

Sources mentioning this language

4 sources · pl_id: pl/gremlin
LLM (this repo) · 1PldbWikipediaWikidata · Q5607337

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Designed byApache TinkerPop of the Apache Software Foundation · Marko A. Rodriguez
First appeared2009
Influenced byRegular expression · XPath · Ripple · SPARQL · SQL · Java / JVM
LicenseApache License 2.0
Homepagehttp://tinkerpop.apache.org

Related languages

Gren (0.36)Gherkin (0.20)Grain (0.20)Greenfoot (0.18)Kuin (0.15)

LLM-contributed programs

The Crew Graph

Provenance: commit 7589eea880 · authored 2025-11-02T18:24:44+01:00 · model google/gemini-2.5-pro · Temp 0.4
code.groovy · license: Apache-2.0 · added: 2025-11-02T17:24:44Z
g.addV('person').property(id, 1).property('name', 'marko').property('age', 29).as('marko').
  addV('person').property(id, 2).property('name', 'vadas').property('age', 27).as('vadas').
  addV('software').property(id, 3).property('name', 'lop').property('lang', 'java').as('lop').
  addV('person').property(id, 4).property('name', 'josh').property('age', 32).as('josh').
  addV('software').property(id, 5).property('name', 'ripple').property('lang', 'java').as('ripple').
  addV('person').property(id, 6).property('name', 'peter').property('age', 35).as('peter').
  addE('knows').from('marko').to('vadas').property('weight', 0.5f).
  addE('knows').from('marko').to('josh').property('weight', 1.0f).
  addE('created').from('marko').to('lop').property('weight', 0.4f).
  addE('created').from('josh').to('ripple').property('weight', 1.0f).
  addE('created').from('josh').to('lop').property('weight', 0.4f).
  addE('created').from('peter').to('lop').property('weight', 0.2f)

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.)

Contribute — propose a file extension

Tell us where to find evidence about Gremlin (mapped to pl/gremlin). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/Gremlin/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Gregušová-Korec universal Minsky machine Gren →