Murex
1 program
Added 2026-02-08T17:11:42Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit e7a72ae3f8 · authored 2026-02-08T18:12:25+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 with JSON
Provenance: commit e7a72ae3f8 · authored 2026-02-08T18:12:25+01:00 · agent claude-code · model sonnet · WebSearch disabled
#!/usr/bin/env murex
# Hello World with JSON processing
out "Hello, World!"
# Working with JSON
json: {
"name": "Murex",
"type": "shell",
"year": 2017
} -> set data
$data -> format json