swig/Examples/chicken
Jonah Beckford cfe7be1eed Changed module technique from <module_name>- to <module_name>: which
conforms with chicken "egg" standard.  Got rid of ##csi#run for
relinking the Scheme interpreter as no longer needed.  Changed all
documentation to reflect both changes.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4411 626c5289-ae23-0410-ae9c-e8d60b6d4f22
2003-02-27 02:00:15 +00:00
..
class Changed module technique from <module_name>- to <module_name>: which 2003-02-27 02:00:15 +00:00
constants Changed module technique from <module_name>- to <module_name>: which 2003-02-27 02:00:15 +00:00
multimap Changed module technique from <module_name>- to <module_name>: which 2003-02-27 02:00:15 +00:00
overload Changed module technique from <module_name>- to <module_name>: which 2003-02-27 02:00:15 +00:00
simple Changed module technique from <module_name>- to <module_name>: which 2003-02-27 02:00:15 +00:00
zlib Changed module technique from <module_name>- to <module_name>: which 2003-02-27 02:00:15 +00:00
check.list Let 'make check-examples' and 'make check-gifplot' work correctly for CHICKEN. 2003-02-15 03:17:15 +00:00
README Got rid of vtk description as it is gone, and added zlib description. 2003-02-17 07:59:41 +00:00

This directory contains examples for CHICKEN.

class       -- illustrates the shadow-class C++ interface
constants   -- handling #define and %constant literals
multimap    -- typemaps with multiple sub-types
overload    -- C++ function overloading
simple      -- the simple example from the user manual
zlib        -- a wrapping of the zlib compression library

Note that the examples in this directory build a special version of
the CHICKEN interpreter (statically linked) which includes the wrapped
functions in the top-level module.

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