Skip to content
pannous edited this page Sep 17, 2021 · 1 revision

while angle has keywords true and false, type bool is irrelevant since these are transparently mapped to numbers:
false == 0 == {} == () == ø // as in many mathematical axiom systems these are (near) identical**
see Truthiness

In case you are not familiar with axiomatic mathematics, here is why the identification is free of contradiction:

() + 1 == 0 + 1 == 1
() + 1 == (1) == 1  // as list concatenation

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