swig/Examples/GIFPlot/Guile/simple
Dave Beazley 12a43edc2d The great merge
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4141 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2002-11-30 22:01:28 +00:00
..
.cvsignore The great merge 2002-11-30 22:01:28 +00:00
Makefile The great merge 2002-11-30 22:01:28 +00:00
README Updated Guile modules. 2000-09-03 20:06:32 +00:00
runme.scm Updated Guile modules. 2000-09-03 20:06:32 +00:00
simple.i Translated GIFPlot example to Guile Scheme. 2000-08-30 22:32:58 +00:00

This is a very minimalistic example in which just a few functions
and constants from library are wrapped and used to draw some simple
shapes.  

`make' will build a version of Guile which defines an additional
module (simple).  Run `./simple-guile -s runme.scm' to test it.

`make dynamic' will build a dynamically loadable module, which can be
loaded from any Guile interpreter.  Run `guile -s runme.scm' to test
it.  The `use-modules' call in `runme.scm' dynamically loads the
module.