Contributor
Srijan Paul

Closures in Pallene


Mentors
Hugo Musso Gualandi
Organization
LabLua

Pallene is a statically typed sister of the Lua programming language. This proposal aims to add support for Closures in Pallene.

Closures are functions that are capable of capturing variables from outer scopes and retain references to them even after their scope has been exited. The addition of closures and higher order functions will allow programmers to take a functional approach when authoring libraries and scripts.