aboutsummaryrefslogtreecommitdiff
path: root/Examples/guile/README
blob: e006d02ce665daa0cb946134363dfb982ca19b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
This directory contains examples for Guile.

simple   - The simple example from the user manual.
matrix   - A very simple Matrix example.

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

If you want to put the wrapped functions into an own module,
statically or dynamically linked, see the Examples/GIFPlot/Guile
directory.