sergiotaborda / lense-lang

The Lense Language Compiler
1 stars 0 forks source link

Support lambdas #33

Open sergiotaborda opened 8 years ago

sergiotaborda commented 8 years ago

Lambda support is needed. Closure support is under study. Closure could be fun to have to implement costume directives like C# suing or java's synchronized

Lambdas should work mostly like javas do with the possibility of implementing Single Abstract Method (SAM) objects automatically. This may depend on the capabilities of the platform

In the case of lambadas effective final control should be implemented in the compiler.