| www.delorie.com/gnu/docs/guile/guile_7.html | search |
![]() Buy GNU books! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
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.
Before we present the details, here is a trivial Guile script:
#!/usr/local/bin/guile -s !# (display "Hello, world!") (newline) |
5.2.1 The Top of a Script File How to start a Guile script. 5.2.2 Scripting Examples Simple Guile scripts, explained.
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |