Friday 17 January 2014

DLLs

- are the core of Windows architecture
- are the module that contains function and data

Combination

As with EXEs, DLLs can contain code, data, and resources, in any combination.

Stream




Stream sometimes called lazy list Source: http://srfi.schemers.org/srfi-41/srfi-41.html