Sean Pixel
Sean Pixel
✏️

How to Write in Copressan

Copressan uses minimal symbols to mirror natural thought. Here are the basics:

Basic Structure{
    nesting{
        use curly braces
        indent for clarity
    }
    symbols{
        = for direct descriptions
        -> for progression
        [] for numbers and lists
        |time| for timing of events
    }
}

= to specify qualities (color=blue)

--> to show progression (seed->sprout->flower)

[] for any numbers or lists (distance=[3km], friends=[Tyler, Emily, James], temperature=[98.6F]).

| | to show when something will or has happened.

Example:

Party Planning |Nov 20 2024 6pm| {
    guests=[25]
    budget=[$500]
    food{
        pizza=[4 boxes]
        drinks=[dr. pepper, fanta, sprite]
        cake=chocolate
    }
    timeline{
        setup->dinner->games->cleanup
        duration=[5h]
    }
}

Remember: if a symbol doesn't add clarity, don't use it. Copressan works best when it feels natural, like thought taking shape on paper.

made in korea