caveats - pannous/angle GitHub Wiki

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