CSC/ECE 517 Fall 2011/ch1 1d gs
Closures for Statically Typed Languages
Introduction
This wiki gives an introduction to language constructs called closures, it’s usage and discusses about challenges involved in implementing them in statically typed languages.
Closures
Why do we need closures and what are its uses?
==