Lamdas can capture their scope, and you can give them a name, so that might be useful? You can't use named functions (as per fn foo).
Lamdas can capture their scope, and you can give them a name, so that might be useful? You can't use named functions (as per fn foo).