| .. | ||
| example.i | ||
| Makefile | ||
| matrix.c | ||
| matrix.i | ||
| README | ||
| runme.scm | ||
| vector.c | ||
| vector.h | ||
| vector.i | ||
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