CSC/ECE 517 Fall 2010/ch1 1c cm: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<li>Functional vs. Object-oriented programming</li> | <li>Functional vs. Object-oriented programming</li> | ||
<li>Captured variables (this is a must)</li> | <li>Captured variables (this is a must)</li> | ||
<li>Lambda lifting</li> | |||
<li>Function Object</li> | |||
<li>free variables</li> | |||
</ul> | </ul> |
Revision as of 05:05, 30 August 2011
Closures vs Methods
Possible bullet points:
- First-class functions
- Functional vs. Object-oriented programming
- Captured variables (this is a must)
- Lambda lifting
- Function Object
- free variables