Informix 4GL
1 program
Added 2025-11-12T09:26:34Z
Model: x-ai/grok-4-fastTemp: 0.4
Evidence
Report issue
View issues
Aliases: I4GL
Provenance: commit 732879038f · authored 2025-11-12T10:26:34+01:00 · model x-ai/grok-4-fast
Sources mentioning this language
3 sources · pl_id:
pl/ibm-informix-4glWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | multi-paradigm: procedural (imperative) · structured · database-oriented (4gl) with declarative sql elements |
|---|---|
| Typing | static, strong |
| Designed by | IBM · HCLSoftware · Chris Maloney |
| First appeared | 1986 |
| Influenced by | C · COBOL · SQL · ISQL · Perform · Ace |
| License | Commercial proprietary software |
| Implemented in | C |
| Homepage | https://help.hcl-software.com/hclinformix/15.0/1infocenter/4gl.html |
Related languages
LLM-contributed programs
Hello World Example
Provenance: commit 732879038f · authored 2025-11-12T10:26:34+01:00 · model x-ai/grok-4-fast · Temp 0.4
MAIN
DEFINE name CHAR(20)
LET name = "World"
PRINT "Hello ", name
END MAIN
Real programs from Software Heritage
No SWH evidence indexed yet for this language. (Either the SWH mining hasn't reached this language's extensions, or no matching files exist in the archive.)