Module Extensions

Ultimately, there will be several, more logically separate libraries that extend Dylan or provide an application framework for users.  For now, we put any commonly used utilities in the Extensions module.

Exported from

Library Dylan

Summary
Ultimately, there will be several, more logically separate libraries that extend Dylan or provide an application framework for users.

Extensions names

In the process of working with Dylan, the Gwydion Project has come up with numerous extensions to the Dylan language.
A constant.
A constant.
A constant.
A constant.
Holds the largest positive <integer>.
A constant.
A constant.
A constant.
Holds the smallest negative <integer>.
A constant.
A constant.
A constant.
A variable.
default-handler for <warning> uses *warning-output* to print warning messages.
An integer with a value of 0 or 1.
A constant.
An ASCII character.
A <vector> that holds integers between 0 and 255 inclusively.
A class.
A class.
An integer of any size.
A class.
The class of conditions that take a format string.
Parent class of all integers.
A constant.
A class.
The class of sets of objects.
An exact fractional number.
The class of sets.
The class of simple conditions.
A class.
A class.
The class of stretchy sequences.
A class.
A class.
Signals an error if assumption is incorrect.
A generic function.
Flushes the condition output stream.
This function serves as a firewall between the condition system and the Streams and Format modules.
A macro.
Identical to assert.
A generic function.
Formats a string and outputs it to the debugger.
A generic function.
Returns the denominator of a ratio.
Returns a sequence containing the elements of one sequence that are not members of a second.
A function.
A function.
A generic function.
Causes the application to quit with a return code of exit-code.
Creates a class that is either #f or the supplied class.
A generic function.
A generic function.
A function.
A generic function.
A compiler directive that tells the compiler it must not issue a warning if its argument is bound but not referenced.
A function.
A generic function.
A generic function.
Returns #t if a key is in a collection.
A macro.
A macro.
A macro.
A generic function.
A generic function.
A generic function.
Returns the numerator of a ratio.
Creates a class that is one of the supplied arguments.
Adds a function to be called just before quitting.
Writes a condition to a stream.
A generic function.
A generic function.
A generic function.
Returns a type representing a class and its subclasses.
A generic function.