DYNAMO
1 program
Added 2026-02-06T13:54:00Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: DYNAMO II, DYNAMO III
Provenance: commit f9140522e5 · authored 2026-02-06T14:54:34+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/dynamoRelated languages
LLM-contributed programs
Population Growth Model
Provenance: commit f9140522e5 · authored 2026-02-06T14:54:34+01:00 · agent claude-code · model sonnet · WebSearch disabled
* SIMPLE POPULATION GROWTH MODEL
NOTE THIS MODEL SIMULATES EXPONENTIAL POPULATION GROWTH
L POP.K=POP.J+(DT)(BIRTHS.JK)
N POP=1000
R BIRTHS.KL=POP.K*BRATE
C BRATE=.03
PRINT POP,BIRTHS
PLOT POP=P/BIRTHS=B
SPEC DT=1/LENGTH=100/PRTPER=10/PLTPER=10
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.)