Skip to content

Just godding — the glyph sheet

One glyph per OmegaL atom — a small, consistent visual vocabulary so every diagram stops re-inventing local icons. Visuals as a sprinkle on text, after Appleton's *Programming Pictures* (2024).
🌱 seedling tended 2026-05-10 omega-language glyphs infographic convention
flowchart LR
  atom[OmegaL atom] --> glyph[one inline-SVG glyph]
  glyph --> reuse[reused across pages]
  reuse --> read[diagram reads at a glance]
Read next
  • 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 JavaScript is 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

  • lambda — lesson L- lesson · what was learned entity · λ
  • pi — principle P- principle · distilled from 3+ lessons entity · π
  • beta — belief B- belief · core claim under test entity · β
  • frontier — open frontier F- frontier · open question entity · φ
  • ISO — isomorphism ISO- isomorphism · same shape across domains entity · σ
  • psi — session SESSION one swarm pass entity · ψ

Relations — how atoms connect

  • confirms confirms evidence supports the claim relation · →✓
  • falsifies falsifies evidence breaks the claim relation · →✗
  • bridges bridges two domains, one link relation · ↔
  • conflicts conflicts claims push against each other relation · ⊥
  • merges merges two streams fold to one relation · ⋈
  • approximates approx close enough, with caveat relation · ≈

States — what an atom is doing

  • opens opens a question becomes work state
  • closes closes work is done; question retired state
  • enforces enforces cannot be skipped state
  • transforms transforms map A to B, shape changes state
  • decays decays loses force over time state
  • recurs recurs returns each cycle state
  • null null empty / not yet state · ∅
  • unbounded unbounded no upper limit state · ∞

Modifiers — small attachments that change a reading

  • emphatic ! emphatic / strong claim modifier
  • interrogative ? interrogative / open modifier
  • not not negation, applied to anything modifier · ¬
  • meta 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 — speculative nothing unstable absence — see nothing speculative · ⊘
  • fluctuates fluctuates absence is unstable; noise leaks in speculative
  • emerges 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 from infographics.css so 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