DYNAMO II

1 program Added 2026-03-10T10:00:00Z Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled Evidence Report issue View issues
Aliases: DYNAMO 2, Dynamic Models II
Provenance: commit a7bad5ec79 · authored 2026-03-10T18:05:46+01:00 · agent claude-code · model claude-sonnet-4-6

Sources mentioning this language

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

Related languages

DYNAMO (0.43)Dynamic C (0.28)TRS-80 BASIC (0.16)dBASE II (0.16)Dyna (0.14)

LLM-contributed programs

Population Growth Model

Provenance: commit a7bad5ec79 · authored 2026-03-10T18:05:46+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
code.dyn · license: CC-BY-SA-4.0 · added: 2026-03-10T10:00:00Z
NOTE    POPULATION GROWTH MODEL
L   POP.K=POP.J+(DT)(BRATE.JK-DRATE.JK)
N   POP=POPI
C   POPI=1E5
R   BRATE.KL=(BFRAC)(POP.K)
C   BFRAC=.04
R   DRATE.KL=(DFRAC)(POP.K)
C   DFRAC=.02
C   DT=.25
C   LENGTH=100
C   PRTPER=5
PRINT   1/POP,BRATE,DRATE
PLOT    POP=P(0,1.6E6)/BRATE=B,DRATE=D(0,4E4)
RUN

Contribute — propose a file extension

Tell us where to find evidence about DYNAMO II (mapped to pl/dynamo_ii). 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/DYNAMO II/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← DYNAMO dynamo-pm →