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:
dylan-user
module.
hello-world
module.
say-hello()
, which invokes the say-hello
method.