aliquote.org

April 11, 2020

Pointless: a scripting language for learning and fun.

Expressions in Pointless are normally evaluated eagerly. There are exceptions to this rule, like the branches of conditional statements, as described previously. There are two other important instances where the language introduces laziness: lists and definitions.