1 This directory contains examples for Guile. 2 3 constants -- handling #define and %constant literals 4 class -- classic c++ class example 5 matrix -- a very simple Matrix example 6 multimap -- typemaps with multiple sub-types 7 multivalue -- using the %values_as_list directive 8 port -- scheme ports as temporary FILE streams 9 simple -- the simple example from the user manual 10 std_vector -- C++ STL vector<int> and vector<double> 11 12 13 Note that the examples in this directory build a special version of 14 Guile which includes the wrapped functions in the top-level module. 15