IPL-IV

1 program Added 2026-02-12T13:45:21Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: IPL IV, Information Processing Language IV
Provenance: commit 7c8c549da1 · authored 2026-02-12T14:46:24+01:00 · agent claude-code · model sonnet

Sources mentioning this language

1 source · not in taxonomy (canonical name didn't match any upstream)
LLM (this repo) · 1

Related languages

IPL-I (0.81)IPL (0.80)IPL-V (0.78)IPL-II (0.71)IPL-VI (0.65)

LLM-contributed programs

List Traversal

Provenance: commit 7c8c549da1 · authored 2026-02-12T14:46:24+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.ipl · added: 2026-02-12T13:45:21Z
L1    LIST  A,B,C,D
      SAVE  L1,S1
      LOAD  S1,S2
      NEXT  S2,S3
      TEST  S3,END
      JUMP  L2
END   HALT
L2    PRINT S3
      JUMP  LOAD

Contribute — propose a file extension

Tell us where to find evidence about IPL-IV (mapped to pl/ipl_iv). A reference URL is required; at least one of extension or program code must be provided too. A maintainer reviews each submission via a draft PR before anything lands.
Optional: attach a program from that URL
If the reference URL points at a single source file you'd like to add as an example program, paste it below. The workflow will write it under languages/IPL-IV/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← IPL-III IPL-V →