Gwydion Dylan 2.4.0

Version of implementation Gwydion Dylan of programming language Dylan

A version of Gwydion Dylan compiler.

Examples:

Hello, World! - Dylan (408):

The first line is a header; it defines the module this file belongs to.

module: hello-world

format-out("Hello, World!\n");