GSL
1 program
Added 2026-02-26T00:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: Generator Scripting Language, iMatix GSL
Provenance: commit 7e2a77ed80 · authored 2026-02-26T14:24:29+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)
Related languages
LLM-contributed programs
Compound interest calculation
Provenance: commit 7e2a77ed80 · authored 2026-02-26T14:24:29+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch enabled
amount = 1000
year = 2006
while year < 2026
amount = amount * 1.05
year = year + 1
endwhile
echo amount