summaryrefslogtreecommitdiff
path: root/Examples/guile/matrix/README
blob: dc1957719f72f827130f0ec49ec0d1d198356c63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
Matrix example.  To run the example, execute the program 'matrix' and
type the following :

	(load "matrix.scm")
	(do-test 0)

Alternatively, use the command-line:

	./matrix -e do-test -s matrix.scm

Or, if your operating system is spiffy enough:

	./matrix.scm