swig/Examples/guile
Geert Janssens b819d2a91e Drop guilegh interface
All of guile's interface files now use the scm interface.
This should not affect any users. Swig generated code
using the scm interface can be mixed with gh interface
using user code.
It does simplify maintenance of the guile swig code though.
2013-04-28 22:06:24 +02:00
..
constants Guile example makefiles tweaks for consistency with other languages. 'make check' still incomplete. 2013-04-19 22:47:28 +01:00
matrix Guile example makefiles - run some of the examples in the check target. 2013-04-20 02:27:57 +01:00
multimap Drop guilegh interface 2013-04-28 22:06:24 +02:00
multivalue Guile example makefiles tweaks for consistency with other languages. 'make check' still incomplete. 2013-04-19 22:47:28 +01:00
port Guile example makefiles - run some of the examples in the check target. 2013-04-20 02:27:57 +01:00
simple Guile example makefiles tweaks for consistency with other languages. 'make check' still incomplete. 2013-04-19 22:47:28 +01:00
std_vector Guile example makefiles tweaks for consistency with other languages. 'make check' still incomplete. 2013-04-19 22:47:28 +01:00
check.list Guile example makefiles - run some of the examples in the check target. 2013-04-20 02:27:57 +01:00
Makefile.in Add support for guile 2.0: configure and makefiles. 2013-04-28 22:06:22 +02:00
README remove final vestiges of gifplot example 2010-02-28 00:16:39 +00:00

This directory contains examples for Guile.

constants   -- handling #define and %constant literals
matrix      -- a very simple Matrix example
multimap    -- typemaps with multiple sub-types
multivalue  -- using the %values_as_list directive
port        -- scheme ports as temporary FILE streams
simple      -- the simple example from the user manual
std_vector  -- C++ STL vector<int> and vector<double>


Note that the examples in this directory build a special version of
Guile which includes the wrapped functions in the top-level module.