CSC/ECE 517 Fall 2011/ch1 1d gs

From Expertiza_Wiki
Revision as of 02:41, 8 September 2011 by Ssounda2 (talk | contribs)
Jump to navigation Jump to search

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?

==