SLAM

1 program Added 2026-02-10T12:00:00Z Agent: claude-codeModel: sonnetWebSearch: disabled Evidence Report issue View issues
Aliases: SLAM II, Simulation Language for Alternative Modeling
Provenance: commit ea02b378e2 · authored 2026-02-10T22:16:16+01:00 · agent claude-code · model sonnet

Sources mentioning this language

2 sources · pl_id: pl/slam
LLM (this repo) · 1Esolang

Related languages

Forge (0.34)SLAX (0.29)SOL (0.28)CSSL (0.26)JML (0.24)

LLM-contributed programs

Simple Queueing System

Provenance: commit ea02b378e2 · authored 2026-02-10T22:16:16+01:00 · agent claude-code · model sonnet · WebSearch disabled
code.slm · added: 2026-02-10T12:00:00Z
C SLAM II Network Simulation Example
C Simple queueing system with single server
GEN,MATHIEU,SLAM EXAMPLE,2/10/2026,1,Y,Y,Y,Y,72;
LIMITS,5,5,500;
NETWORK;
C Customer arrival process
CREATE,EXPON(10.0),,,1;
C Queue for service
QUEUE(1),SERVER;
C Server with exponential service time
ACT,,SERVER(1);
ACT,,EXPON(8.0);
C Release server and count
FREE,SERVER(1);
ACT;
COLCT,INT(1),TIME IN SYSTEM;
TERM;
C End network
ENDNETWORK;
INIT,0.0,1000.0;
FIN;

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 SLAM (mapped to pl/slam). 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/SLAM/programs/<sha>/. Keep under ~200 lines.
(or open the pre-filled issue directly)
← slack slam-ii →