Gibiane

1 program Added 2026-02-26T00:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled Evidence Report issue View issues
Aliases: —
Provenance: commit bf7dc44cd5 · authored 2026-02-26T12:52:38+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

Gibbon (0.21)Gibber (0.16)Cone (0.15)Glee (0.15)Rune (0.15)

LLM-contributed programs

Fibonacci

Provenance: commit bf7dc44cd5 · authored 2026-02-26T12:52:38+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
code.dgibi · added: 2026-02-26T00:00:00Z
OPTI 'SORT' 'fibonacci.txt'  ;

SORT 'CHAI' 'Hello' ;
SORT 'CHAI' 4 8 15 16 23 42 ;
SORT 'CHAI' ' ' ;

SORT 'CHAI' 'Iter.  Fibo' ;
fibo1 = 0 ;
fibo2 = 1 ;
SORT 'CHAI' 0  fibo1 ;
SORT 'CHAI' 1  fibo2 ;
REPE b1 15 ;
  fibo3 = fibo2 ;
  fibo2 = fibo1 + fibo2 ;
  fibo1 = fibo3 ;
  SORT 'CHAI' (&b1 + 1) fibo2 ;
FIN  b1 ;

FIN ;

Contribute — propose a file extension

Tell us where to find evidence about Gibiane (mapped to pl/gibiane). 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/Gibiane/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Gibbon GibMeRol →