Hello World Example Project


This is the canonical first application. It displays a greeting on the standard output and then exits.

This application consists of the following parts:

hello-world-library.dylan
Library and module definitions.

hello.dylan
Program implementation.

README.html
This file.

Things to notice about this application: