swig/Examples/guile
William S Fulton d974e9aced Guile examples consistency changes
Use new guile_embedded_run target or guile_run target for running the
examples like the other target languages (for suppressing stdout if run
from top level).

Consistency with other target language file renames: use runme.scm for
scripts and example.i, example.c for example code.

Add class example to examples being tested.
2013-05-09 18:35:18 +01:00
..
class Guile examples consistency changes 2013-05-09 18:35:18 +01:00
constants Guile examples consistency changes 2013-05-09 18:35:18 +01:00
matrix Guile examples consistency changes 2013-05-09 18:35:18 +01:00
multimap Guile examples consistency changes 2013-05-09 18:35:18 +01:00
multivalue Guile examples consistency changes 2013-05-09 18:35:18 +01:00
port Guile examples consistency changes 2013-05-09 18:35:18 +01:00
simple Guile examples consistency changes 2013-05-09 18:35:18 +01:00
std_vector Guile examples consistency changes 2013-05-09 18:35:18 +01:00
check.list Guile examples consistency changes 2013-05-09 18:35:18 +01:00
Makefile.in guile: get multimap example to run 2013-05-01 12:13:13 +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.