Functional PostScript Tutorial

Functional PostScript Tutorial


Getting Started

You must run FPS from Scheme Shell (scsh) because FPS depends on scsh calls in several places. Please see the README file for information about download scsh.

Once you have scsh fired up, you'll need to load the FPS package. Use the config load and open command as follows:

	>,config ,load fps-package.scm
	>,open fps
If your Scheme interpreter cannot find fps-package.scm, make sure that your current directory is where the FPS package resides. You may see warnings on invalid arguments of cos and sin calls. You can safely ignore these type checking warnings.


FPS Home | Prev Section | Next Section

FPS Tutorial Content: Intro and The Idea | Getting Started | Paths and Pictures | Show and Channels | Transformation | Composition | Glyphpaths | Style | Color | Colormap | Clipping | Glyphnames | Other Topics