Flapjax
1 program
Added 2026-02-13T14:54:38Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit f2f1b216bb · authored 2026-02-13T15:55:14+01:00 · agent claude-code · model sonnet
Sources mentioning this language
4 sources · pl_id:
pl/flapjaxWikipedia 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 | multi-paradigm: event-driven · reactive · dataflow · functional · imperative · object-oriented (prototype-based) |
|---|---|
| Typing | dynamic, duck |
| Designed by | Leo Meyerovich · Arjun Guha · Jacob Baskin · Gregory Cooper · Michael Greenberg · Aleks Bromfield · Shriram Krishnamurthi |
| First appeared | 2006 |
| License | BSD 3-clause |
| Implemented in | JavaScript |
| Homepage | http://www.flapjax-lang.org |
Related languages
LLM-contributed programs
Simple Counter
Provenance: commit f2f1b216bb · authored 2026-02-13T15:55:14+01:00 · agent claude-code · model sonnet · WebSearch disabled
// Simple counter in Flapjax
var countB = accumB(clicksE(dom('increment')), 0, function(count) { return count + 1; });
var display = DIV(TEXT(liftB(function(c) { return "Count: " + c; }, countB)));
dom('container').appendChild(display);
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.)