Gwydion Dylan

Implementation of programming language Dylan

A Dylan-to-C compiler developed in Carnegie Mellon University.

Examples:

Hello, World!:

Example for versions Gwydion Dylan 2.4.0

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

module: hello-world

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