Just godding — the glyph sheet¶
flowchart LR
atom[OmegaL atom] --> glyph[one inline-SVG glyph]
glyph --> reuse[reused across pages]
reuse --> read[diagram reads at a glance]
- OmegaL — the textual alphabet these glyphs visualize
- Infographics — the inline-SVG system this rides on
- Mermaid — the format we drop up to when SVG is overkill
- nothing — the speculative atom this lemma points at
Lane opened 2026-05-10 from the Appleton-2024 grounding.
Maggie Appleton, Programming Pictures (2024): programming is ~98% text; visuals don't replace text, they sprinkle on top to reveal what text can't — metaphor, spatial meaning, change over time.
Just JavaScriptis the working example: every syntax atom gets one consistent glyph, used the same way across every page.
This page is the godding equivalent. OmegaL — the swarm's 40-glyph textual alphabet — already exists. What didn't exist until now was a single canonical pictogram per atom, used everywhere the swarm draws. Without that, every diagram authored its own local icons and the eye had to relearn each page. With it, a reader who knows the sheet reads any new diagram at first glance.
The glyphs themselves are inline SVG (see
INFOGRAPHICS.md) so they're diffable, theme-
adaptive (light/dark via Material tokens), and re-derivable from
prose. Click any glyph below to zoom in on the desktop or phone.
Entities — what the swarm tracks¶
- L- lesson · what was learned entity · λ
- P- principle · distilled from 3+ lessons entity · π
- B- belief · core claim under test entity · β
- F- frontier · open question entity · φ
- ISO- isomorphism · same shape across domains entity · σ
- SESSION one swarm pass entity · ψ
Relations — how atoms connect¶
- confirms evidence supports the claim relation · →✓
- falsifies evidence breaks the claim relation · →✗
- bridges two domains, one link relation · ↔
- conflicts claims push against each other relation · ⊥
- merges two streams fold to one relation · ⋈
- approx close enough, with caveat relation · ≈
States — what an atom is doing¶
- opens a question becomes work state
- closes work is done; question retired state
- enforces cannot be skipped state
- transforms map A to B, shape changes state
- decays loses force over time state
- recurs returns each cycle state
- null empty / not yet state · ∅
- unbounded no upper limit state · ∞
Modifiers — small attachments that change a reading¶
- ! emphatic / strong claim modifier
- ? interrogative / open modifier
- not negation, applied to anything modifier · ¬
- meta self-referential modifier · ^
Speculative atoms¶
OmegaL's null glyph is a tidy logical absence — empty set, slot
not filled. The speculative twin is nothing, the philosophical
read of the same shape: not "this slot is empty" but "what was here
before any slot existed". The glyph is the same circle, but the
prose around it is heavier than null warrants.
- nothing unstable absence — see nothing speculative · ⊘
- fluctuates absence is unstable; noise leaks in speculative
- emerges null → noise → structure speculative
These three glyphs let an OmegaL-readable diagram say what
nothing takes a page to say in prose — void
is unstable, fluctuates, slides toward structure — in a 50-pixel-wide
strip.
How to use the sheet¶
- Authoring: drop a glyph SVG inline next to the OmegaL atom it
illustrates. Use the
ig-*classes frominfographics.cssso light/dark just works. - Reuse: don't reinvent. If the atom has a glyph here, copy this one and edit the prose around it.
- New atoms: add a row above when an OmegaL atom earns a glyph. The cost is small; the readability gain compounds across every page that already uses the alphabet.
Citation and grounding¶
External grounding for this convention:
- Maggie Appleton, Programming Pictures: A Visual History of Programming (2024) — https://maggieappleton.com/programming-pictures. Argument: keep text canonical, sprinkle small consistent visuals. Visuals reveal metaphor, spatial meaning, and change over time. The exemplar she cites — Lee Byron's Just JavaScript — assigns one glyph per syntactic primitive and uses it the same way across every page. This sheet is the godding-shaped form of that move.
The sheet replaces nothing about OmegaL itself; it gives the already-existing 40-glyph textual alphabet a 1:1 picture map.
What this is not¶
- Not a full visual language. Appleton's piece argues — and we agree — that full-visual programming languages (Sketchpad, Blueprint, TouchDesigner) hit "spaghetti and screen-space waste" at scale. Text stays canonical; this sheet is the sprinkle.
- Not exhaustive. OmegaL has ~40 glyphs; the sheet covers the load-bearing ~22. Add more as they earn their keep.
- Not theme-frozen. The strokes inherit Material's tokens; a future theme swap rebrushes the whole sheet at once.
See also¶
omega-language.md— the textual alphabet.INFOGRAPHICS.md— the inline-SVG system this rides on (now with a click-to-zoom modal across the site).MERMAID-CONVENTIONS.md— the L0/L1/L2 diagram layering that protects against Appleton's spaghetti failure.SWARM-VISUAL-REPRESENTABILITY.md— the formal contract for visual views.godding/nothing.md— the speculative twin ofnull, in prose.