Next Previous Up Top Contents Index

3 Programming in Functional Developer

3.1 Projects

In Functional Developer, all development work is done in terms of projects. Projects are the development environment and compiler's way of representing Dylan libraries.

A project consists mainly of a list of the source files that define the library, but also contains information about how to compile the library.

While it is possible to edit text files that are not associated with any project, nearly all other programming tasks in Functional Developer take place within the context of a project.

3.1.1 - Projects and libraries
3.1.2 - Projects and deliverables
3.1.3 - Creating new projects
3.1.4 - Project files
3.1.5 - Project components
3.1.6 - Projects on disk
3.1.7 - Projects in the development environment

Getting Started with Functional Developer - 31 MAR 2000

Next Previous Up Top Contents Index