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

Wasp angle has some behavior which might be foreign for programmers of other languages:

  • truthiness is mathematical (0==ø==nil==[])
  • increment ++ is immediate, thus ++i and i++ are identical

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