[ << ] | [ < ] | [ Up ] | [ > ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
2.2 Running Guile Scripts
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.
Here is a trivial Guile script. See section Guile Scripting, for more details.
#!/usr/local/bin/guile -s !# (display "Hello, world!") (newline)
This document was generated on February 3, 2012 using texi2html 5.0.