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.

Injected blocks

Injecting values in blocks that evaluate.

First class Contexts

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

Returning words

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

Generic functions

These features are used in a lot of Rye, but there are still open design questions around them.

Short generic words

Kinds of information

Dispatcing on Kind

Generic functions

Similar for the for function. We had this before:

Open questions