SIMPOL
1 program
Added 2026-02-06T17:47:45Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Simple Object-Oriented Language
Provenance: commit 333bc1fc98 · authored 2026-02-06T18:48:47+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Hello World
Provenance: commit 333bc1fc98 · authored 2026-02-06T18:48:47+01:00 · agent claude-code · model sonnet · WebSearch disabled
function main()
type(*) message
message = "Hello, World!"
.output(message)
end function