Overview

Specifics

About more Rye-specific elements of the language.

Op and Pipe-words

A different ways to call regular functions that enable left to right code flow.

Evaluation priorities

How Rye evaluates expressions with different word types.

Injected blocks

Injecting values in blocks that evaluate.

Returning words

Rye doesn’t have a return keyword, but it has function that can also return. What?

First class Contexts

Context or evaluation scope is a first class value in Rye and Context is king.

Methods (generic functions)

Methods are functions that are dispatched based on Kind of first argument.