Frenetic
1 program
Added 2026-02-12T13:53:37Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 5228532eda · authored 2026-02-12T14:54:18+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/freneticWikipedia infobox ↗
Pulled from the
wikimedia/structured-wikipedia
snapshot — see data/raw/wikipedia_pl_facts.*.jsonl and
pl_fact.csv for the long-table provenance.
| Paradigms | domain-specific (software-defined networking) · reactive · modular |
|---|---|
| Typing | dynamic |
| Influenced by | OCaml |
| Homepage | http://www.frenetic-lang.org |
Related languages
LLM-contributed programs
Simple Switch
Provenance: commit 5228532eda · authored 2026-02-12T14:54:18+01:00 · agent claude-code · model sonnet · WebSearch disabled
(* Simple Frenetic policy that forwards traffic *)
let simple_switch =
filter (ethDst = 0x1) >> fwd(1) |
filter (ethDst = 0x2) >> fwd(2) |
filter (ethDst = 0x3) >> fwd(3) |
drop
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.)