Using Nasal functions: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 429: Line 429:
</syntaxhighlight>
</syntaxhighlight>
(for the record, bind returns the function it just rebound, even though it works via mutation, so essentially it is a convenience return of the first argument.)
(for the record, bind returns the function it just rebound, even though it works via mutation, so essentially it is a convenience return of the first argument.)
{{Nasal Closure Wrapper}}


== Functional programming, higher order functions, generators (advanced concept) ==
== Functional programming, higher order functions, generators (advanced concept) ==

Navigation menu