Ublu
1 program
Added 2026-03-05T10:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit d8e86bea1e · authored 2026-03-05T11:55:45+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
Hello World and Arithmetic
Provenance: commit d8e86bea1e · authored 2026-03-05T11:55:45+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
\ Ublu: simple example showing basic operations
\ Ublu is a stack-based scripting language for IBM i
\ Print a greeting
string "Hello from Ublu!" . nl
\ Simple arithmetic
5 4 + . nl
3 7 * . nl