[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4.3 Guile Scripting
Like AWK, Perl, or any shell, Guile can interpret script files. A Guile script is simply a file of Scheme code with some extra information at the beginning which tells the operating system how to invoke Guile, and then tells Guile how to handle the Scheme code.
4.3.1 The Top of a Script File | How to start a Guile script. | |
4.3.2 The Meta Switch | Passing complex argument lists to Guile from shell scripts. | |
4.3.3 Command Line Handling | Accessing the command line from a script. | |
4.3.4 Scripting Examples |
This document was generated on April 20, 2013 using texi2html 5.0.