The ability to declare a variable as static for a proc etc so global variables don't have to be used and thus stored in the BSS segment affecting efficiency. Closures could be used, at the expense of ...