swig/Examples/guile/simple
William S Fulton dd36f28ac7 Migrate Guile examples build into common Examples makefile
- Now Guile examples are built in a consistent way to other target
languages.
- Also set GUILE_AUTO_COMPILE=0 to remove auto-compilation is enabled
  warnings
2013-05-09 19:28:09 +01:00
..
example.c The great merge 2002-11-30 22:01:28 +00:00
example.i fix extern declarations 2005-06-28 21:14:24 +00:00
Makefile Migrate Guile examples build into common Examples makefile 2013-05-09 19:28:09 +01:00
README Guile examples consistency changes 2013-05-09 18:35:18 +01:00
runme.scm Guile examples consistency changes 2013-05-09 18:35:18 +01:00

A very simple example.

To run it, start the program 'my-guile' and type:

	(load "runme.scm")

Alternatively, you can use the shell command:

	./my-guile -s runme.scm