This is the Q system.

Some documentation is the the doc directory.
doc/Q.texinfo is the Q reference manual (a work in progress).
doc/Qshell.texinfo is a paper on using Q as a shell replacement.

Some example and test programs are in the test directory.
Not all work (some are obsolete).
Some that should work:
	Q test/numtest.Q
	Q test/seqtest.Q
	Q --lisp test/lisptest.lisp  (There are currently 3 errors)
	test/ren.Q (Moves files using regex substribution of file names)
	test/factorial.Q
Try:
	Q
	Q1> #<test/factorial.Q>
	Q2> Factorial 1000

There are ports for sun4, decstation, and news (68020).
These are believed to work; lately, the sun4 has been used most.
If you need another port, you might make a clone of the
sun4-specific files in the contrib directory.
A small amount of machine code is currently necessary.

Most (but not all) of the pre-defined functions are defined
as stubs in Q-prims.Q, lisp-prims.lisp, and (soon) scheme-prims.lisp.

If you have problems, send mail to bothner@cygnus.com.
