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

From Expertiza_Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
==Closures for Statically Typed Languages==
==Closures for Statically Typed Languages==
===Introduction===
==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.
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?==
==

Revision as of 02:41, 8 September 2011

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?

==