Next Previous Up Top Contents Index

1 Dylan Language Extensions

1.3 The core of the common extensions

This section describes the common language extensions, that is, extensions made to the Dylan library as it is defined in DRM. These extensions are available to applications in the dylan library's dylan module.

All the other language extensions are described in Chapter 2, "The Common Dylan Library".

1.3.1 - DEFINE FUNCTION
define function
1.3.2 - Extensions to the FOR iteration construct
1.3.3 - Weak tables
1.3.4 - Inlining adjectives for methods, constants, functions, and slots

Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index