Overview

Rye as data

Rye code is first and foremost a data format. Think JSON, but with more value types.

Values

Take a look at basic value types in Rye.

Structures

And combine those into more versatile structures.

Sure! Here’s the revised version of the Markdown, along with a list of changes made for clarity and correctness.


title: ‘Structures’ date: 2019-02-11T19:30:08+10:00 draft: false weight: 200 summary: “And combine those into more versatile structures.”

“Stone upon stone, a palace - value upon value, a structure.”

A List

Using the value types we saw on the previous page, we can construct various more complex structures, the simplest of which is a list.