Node: Introduction, Next: , Previous: Top, Up: Top



Introduction

rob-art is a series of programs written in the course of developing a system to generate artistic images.

Implementation Notes

The programs are written in the programming language Lisp, and should run on any ANSI Common Lisp system. OpenMCL and SBCL are particularly recommended.

Running The Programs

To run one of the programs, change to its directory and run the file run.lisp in that directory.
For example:

     $ cd draw-something
     $ openmcl --load run.lisp
     

In example code (such as above), the dollar sign ($) indicates the command-line prompt. It should not be typed.