We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Digital Epigraphy

From Esolang
Jump to navigation Jump to search

Digital Epigraphy (also referred to as SUX Markup) is a conceptual esoteric markup language created in 2026 by filmmaker and creative director Zeki Yahya. Operating at the intersection of media archaeology and web architecture, it replaces standard HTML5 DOM nodes with extinct Sumerian cuneiform (ISO 639-3 sux).

The language is not designed for functional computation, but rather as an act of algorithmic resistance against surveillance capitalism. By embedding an unreadable, non-monetizable script into the web's semantic structure, it creates structural opacity and forces a state of "cinematic stillness" within the hyper-active digital flow.

Architecture & Syntax

Instead of standard HTML tags, Digital Epigraphy uses specific Sumerian cuneiform signs to build the "digital temple" of the web page. The syntax is directly derived from authentic archaeological records, specifically the Gudea Cylinders (Cylinder A), which detail the construction of a sacred structure.

Sumerian Sign HTML Equivalent Semantic Meaning Archaeological Reference
๐’‹ผ (TE) <html> Foundation / Root peg CDLI: P222399
๐’Š• (SAG) <head> Head / Top / Metadata CDLI: P222399
๐’‚ (E2) <body> House / Main Structure CDLI: P222399
๐’‹ž (SIG4)
Mud-brick / Structural block CDLI: P222399

Example Code

The following is an example of a foundational web structure written in Digital Epigraphy. It represents a closed systemโ€”a digital clay tablet baked into the browser's memory.

<๐’‹ผ>
    <๐’Š•>
        <!-- Metadata and existential weight reside here -->
    </๐’Š•>
    <๐’‚>
        <๐’‹ž>
            <!-- Content Block 1 -->
        </๐’‹ž>
        <๐’‹ž>
            <!-- Content Block 2 -->
        </๐’‹ž>
    </๐’‚>
</๐’‹ผ>

External Links