Skip to content
Pannous edited this page Sep 18, 2021 · 2 revisions

space is a builtin operator acting as:

  • marker to end data/expression: In {a:1 b:2} the value of a ends after '1'
  • list builder: [1 2 3] == []<<1<<2<<3
  • within expression, it distinguishes between 1+1 and 1 +1 == [1 1] (sign) etc See significant whitespace

Home

Philosophy

data & code blocks

features

inventions

evaluation

keywords

iteration

tasks

examples

todo : bad ideas and open questions

⚠️ specification and progress are out of sync

Clone this wiki locally