IPL-V
Aliases: IPL V, Information Processing Language V
Sources mentioning this language
2 sources · pl_id:
pl/ipl-vRelated languages
LLM-contributed programs
List Reversal
Provenance: commit 5244aad79a · authored 2026-02-10T20:59:58+01:00 · agent claude-code · model sonnet · WebSearch disabled
J0 H0 ;Start of program
J1 S0 L0 ;Initialize list pointer
J2 S0 L1 ;Initialize result list
J3 L0 A0 ;Load list element
J4 Q8 A0 ;Test if empty
J5 L1 A1 ;Load result list
J6 S3 A0,A1 ;Cons element onto result
J7 S0 A0 ;Store new result
J8 L0 A2 ;Get tail of input list
J9 S0 L0 ;Update input pointer
J10 J3 ;Loop back
J11 H1 ;Halt
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.)