FLOW-MATIC

1 program Added 2026-02-06T15:30:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: Flow-Matic, B-0
Provenance: commit 96aeb803a6 · authored 2026-02-06T09:25:50+01:00 · agent claude-code · model sonnet

Sources mentioning this language

4 sources · pl_id: pl/flow-matic
LLM (this repo) · 1PldbWikipediaWikidata · Q1389173

Wikipedia infobox

Pulled from the wikimedia/structured-wikipedia snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and pl_fact.csv for the long-table provenance.

Paradigmsimperative
Designed byRemington Rand · Grace Hopper
First appeared1955
Influenced byARITH-MATIC · Laning · Zierler system

Related languages

Flow9 (0.19)MATH-MATIC (0.18)Flowlog (0.17)FLOWTRAN (0.17)ARITH-MATIC (0.17)

LLM-contributed programs

Inventory Pricing Program

Provenance: commit 96aeb803a6 · authored 2026-02-06T09:25:50+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.flo · added: 2026-02-06T15:30:00Z
(0)  INPUT INVENTORY FILE-A PRICE FILE-B ; OUTPUT PRICED-INV FILE-C UNPRICED-INV
     FILE-D ; HSP D .
(1)  COMPARE PRODUCT-NO (A) WITH PRODUCT-NO (B) ; IF GREATER GO TO OPERATION 10 ;
     IF EQUAL GO TO OPERATION 5 ; OTHERWISE GO TO OPERATION 2 .
(2)  TRANSFER A TO D .
(3)  WRITE-ITEM D .
(4)  JUMP TO OPERATION 8 .
(5)  TRANSFER A TO C .
(6)  MULTIPLY UNIT-PRICE (B) BY QUANTITY (A) GIVING AMOUNT (C) .
(7)  WRITE-ITEM C .
(8)  READ-ITEM A ; IF END OF DATA GO TO OPERATION 11 .
(9)  JUMP TO OPERATION 1 .
(10) READ-ITEM B ; IF END OF DATA GO TO OPERATION 11 .
(11) TEST PRODUCT-NO (A) AGAINST PRODUCT-NO (B) ; IF EQUAL GO TO OPERATION 5 ; IF GREATER GO TO OPERATION 10 ; OTHERWISE GO TO OPERATION 2 .
(12) CLOSE-OUT FILES C ; D .
(13) STOP . (END)

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.)

Contribute — propose a file extension

Tell us where to find evidence about FLOW-MATIC (mapped to pl/flow-matic). 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/FLOW-MATIC/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← Flow-based programming Flow9 →