Overview

Specifics

About more Rye-specific elements of the language.

Pins, Bridges and Walls

Three word types that take their first argument from the left: dot-words (pins), op-words (bridges), and pipe-words (walls).

Published February 11, 2019

Injected blocks

Injecting values in blocks that evaluate.

Published February 11, 2019

Returning words

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

Published February 11, 2019

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.

Published February 11, 2025