swig/Examples/guile/matrix/README
William S Fulton d7f37f3974 Guile gitignore and consistent naming in examples
Use my-guile for the executable for all the augmented examples
Fix gitignore for Guile
2015-04-26 00:17:42 +01:00

13 lines
262 B
Text

Matrix example. To run the example, execute the program 'matrix' and
type the following :
(load "runme.scm")
(do-test 0)
Alternatively, use the command-line:
./my-guile -e do-test -s runme.scm
Or, if your operating system is spiffy enough:
./runme.scm