SOM
1 program
Added 2026-02-13T15:26:57Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: Simple Object Machine
Provenance: commit 82f2f6436d · authored 2026-02-13T16:27:18+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 82f2f6436d · authored 2026-02-13T16:27:18+01:00 · agent claude-code · model sonnet · WebSearch disabled
Hello = (
run = (
'Hello World!' println.
)
)