all repos — min @ 86026c18dd6b68d0bfa7cfd7661fe2034f35cc61

A small but practical concatenative programming language.

Reviewing docs.
h3rald h3rald@h3rald.com
Sat, 26 Oct 2024 19:40:53 +0200
commit

86026c18dd6b68d0bfa7cfd7661fe2034f35cc61

parent

5be850a4f8087c9a1ab6b95f2e0c261dac4163e2

1 files changed, 0 insertions(+), 2 deletions(-)

jump to
M site/contents/reference.mdsite/contents/reference.md

@@ -23,8 +23,6 @@ {#link-module||math#}

: Provides many mathematical operators and constants such as trigonometric functions, square root, logarithms, etc. {#link-module||net#} : Provides basic supports for sockets (some features are not supported on Windows systems). -{#link-module||seq#} -: Defines operators for quotations, like `seq.map`, `seq.filter`, `seq.reduce`, etc. {#link-module||stack#} : Defines combinators and stack-shufflers like `stack.pop`, `stack.dup`, `stack.swap`, `stack.cons`, etc. {#link-module||store#}