list_languages
List all languages codecalc can execute, showing extension, compile flag, installation status, and CI reliability tier.
Instructions
List every language codecalc can execute, with extension, compile flag, and what this machine resolved. status is installed (its command was found on the sandbox PATH) or supported (nothing for it here); status_basis is resolved, meaning nothing was executed to check. Run codecalc doctor --deep to promote a runtime to available by actually running it.
tier is a DIFFERENT axis from status: status says whether THIS
machine resolved the command (resolution); tier says whether codecalc's
own CI has actually executed this language and asserted on its output
(reliability) — tested, best_effort (declared, plausibly works, never
CI-checked), or plan_only (never validated anywhere). A language can be
installed here and still be best_effort or worse — that combination is
exactly "the toolchain resolved and may still be broken".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |