First class support for functions in Spasm #109
dtrendafilov
started this conversation in
Projects
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Design and implement first class support for functions in Spasm
Functions as values
The ability to have high-level - get functions as arguments, assign functions to properties, etc
Support for closures
The ability for functions to return other functions and to use variables from the enclosing scope
Beta Was this translation helpful? Give feedback.
All reactions