

  bomb-script is a modified version of bomb that may be scripted in
  lisp.  currently it is only available in the linux version and is
  not installed in /usr/bin (in fact you'll have to compile it
  yourself, see defs.h).  bomb-script uses guile, an implementation of
  the Scheme programming language.  bomb-script may be used to
  *compose* visual-music, instead of just *improvising* with the
  keyboard, or *watching* with your eyes.

  run without arguments, it acts as bomb ordinarily does.  arguments
  are interpeted as file names to be loaded in sequence.  try this:

     ./bomb-script scripts/twist-out.scm

   and then

     ./bomb-script scripts/twist-out.scm scripts/to-x.scm


  this is a new feature, and is still in developement.  bomb.scm
  defines the scripting language.  basic documentation can be found on
  the guile homepage

     http://www.gnu.ai.mit.edu/software/guile/docs/index.html

  and in R4RS

     http://www.cs.cmu.edu/~spot/r4rs/r4rs_toc.html
