diff options
author | Thomas Albers Raviola <thomas@thomaslabs.org> | 2024-05-16 18:31:28 +0200 |
---|---|---|
committer | Thomas Albers Raviola <thomas@thomaslabs.org> | 2025-01-05 17:11:20 +0100 |
commit | 66682b1a6862caeadbd872065425a2d672f640a6 (patch) | |
tree | f010bb2afd58bcddfc56b672b8f1532bfa1b446a /README.md | |
parent | ce529296fb83b21950c15eab60b23074ccc79c2e (diff) |
Define types for primitives instead of using lists
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -51,6 +51,11 @@ Text evaluates to itself. Atoms consists of symbols or numbers. Symbols evaluate to the bound value in the environment. Numbers evaluate to themselves. +Defining a function with a group predicate causes the chain to consume all its +siblings up to the first primitive for which the predicate is true. When +evaluating the body of such a chain, an additional variable @siblings is defined +in the scope and expands to the content of all consumed siblings. + # How to contribute If you would like to contibute to the development of chains please send a mail |