CSC/ECE 517 Fall 2011/ch1 1d ss: Difference between revisions

From Expertiza_Wiki
Jump to navigation Jump to search
(Created page with "''italic''Closures in statically typed languages. Most languages that implement closures are dynamically typed. It is a challenge to implement closures in a statically typed la...")
 
No edit summary
Line 1: Line 1:
''italic''Closures in statically typed languages.  Most languages that implement closures are dynamically typed.  It is a challenge to implement closures in a statically typed language.  Explain why, and cover attempts to mix the two.  Consider also closures and static scoping, as in Scheme.''italic''
''Closures in statically typed languages.  Most languages that implement closures are dynamically typed.  It is a challenge to implement closures in a statically typed language.  Explain why, and cover attempts to mix the two.  Consider also closures and static scoping, as in Scheme.''

Revision as of 02:14, 8 September 2011

Closures in statically typed languages. Most languages that implement closures are dynamically typed. It is a challenge to implement closures in a statically typed language. Explain why, and cover attempts to mix the two. Consider also closures and static scoping, as in Scheme.