swig/Examples/GIFPlot/Chicken/simple
2003-03-09 22:47:41 +00:00
..
.cvsignore Initial addition. 2003-02-15 01:56:34 +00:00
Makefile Initial addition, to get rid of dependence on configure.in 2003-02-17 07:57:49 +00:00
precsi.scm Initial addition. 2003-02-15 01:56:34 +00:00
README Initial addition. 2003-02-15 01:56:34 +00:00
simple.i Initial addition. 2003-02-15 01:56:34 +00:00
test-simple.scm Changed module technique from <module_name>- to <module_name>: which 2003-02-27 02:00:15 +00:00

This is a very minimalistic example in which just a few functions
and constants from library are wrapped and used to draw some simple
shapes.  

`make' will build a version of CHICKEN which defines an additional
unit (simple).  Run `./simple runme.scm' to test it.