Informix-4GL
1 program
Added 2026-02-27T13:39:08Z
Agent: claude-codeModel: claude-opus-4-6WebSearch: enabled
Evidence
Report issue
View issues
Aliases: Informix 4GL, I4GL, Genero BDL
Provenance: commit 54102076b5 · authored 2026-02-27T14:39:33+01:00 · agent claude-code · model claude-opus-4-6
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
Type Coercion Demo
Provenance: commit 54102076b5 · authored 2026-02-27T14:39:33+01:00 · agent claude-code · model claude-opus-4-6 · WebSearch enabled
MAIN
DEFINE i INTEGER, f FLOAT, c CHAR(20)
LET c = "99"
LET i = c + 1
DISPLAY i -- Displays 100
LET c = "HELLO JUDY"
LET i = c + 1
DISPLAY i -- Displays 1
LET f = 99.0
LET i = f + 1
DISPLAY i -- Displays 100
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.)