| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
4.2 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.2.1 The Top of a Script File | How to start a Guile script. | |
| 4.2.2 Invoking Guile | Command line options understood by Guile. | |
| 4.2.3 The Meta Switch | Passing complex argument lists to Guile from shell scripts. | |
| 4.2.4 Command Line Handling | Accessing the command line from a script. | |
| 4.2.5 Scripting Examples |
