Overview

Language Basics

Rye code can represent any data, so it can also represent a programming language. Let’s look at the basics of it.

Assignment

About assigning values to words.

Published February 11, 2019

Calling functions

Because every active part in rye is a function, all we do in Rye is call functions.

Published February 11, 2019

Do-ing blocks

All Rye code resides in blocks. Block is the main building block.

Published February 11, 2019

Conditionals

About conditional execution, your if and else.

Published February 11, 2019

Loops

Repeating, looping, iterating in Rye.

Published February 11, 2019

Contexts

Context or scope is how evaluator finds values bound to words.

Published February 11, 2019

Functions

Creating your functions.

Published February 11, 2019