Skip to content

Files

Latest commit

feebc29 · Jun 24, 2021

History

History
16 lines (14 loc) · 669 Bytes

RUNES_README.md

File metadata and controls

16 lines (14 loc) · 669 Bytes

RUNES is a library for realising the picture language of section 2.2.4 Example: A Picture Language of the textbook Structure and Interpretation of Computer Programs, JavaScript Adaptation (SICP JS). It provides primitive values, called runes, such as heart and circle, operations such as beside to construct more complex runes from simpler ones, and ways to display runes, in two-dimensional and three-dimensional space.

On the right, you see all predeclared names of the RUNES library, in alphabetical order. Click on a name to see how it is defined and used.