home *** CD-ROM | disk | FTP | other *** search
/ Dream 52 / Amiga_Dream_52.iso / Linux / Divers / bomb.tar.gz / bomb.tar / bomb / guile.txt < prev    next >
Text File  |  1998-01-14  |  891b  |  29 lines

  1.  
  2.  
  3.   bomb-script is a modified version of bomb that may be scripted in
  4.   lisp.  currently it is only available in the linux version.
  5.   bomb-script uses guile, an implementation of the Scheme programming
  6.   language.  bomb-script may be used to *compose* visual-music,
  7.   instead of just *improvising* with the keyboard, or *watching* with
  8.   your eyes.
  9.  
  10.   run without arguments, it acts as bomb ordinarily does.  arguments
  11.   are interpeted as file names to be loaded in sequence.  try this:
  12.  
  13.      ./bomb-script scripts/twist-out.scm
  14.  
  15.    and then
  16.  
  17.      ./bomb-script scripts/twist-out.scm scripts/to-x.scm
  18.  
  19.  
  20.   this is a new feature, and is still in developement.  bomb.scm
  21.   defines the scripting language.  basic documentation can be found on
  22.   the guile homepage
  23.  
  24.      http://www.gnu.ai.mit.edu/software/guile/docs/index.html
  25.  
  26.   and in R4RS
  27.  
  28.      http://www.cs.cmu.edu/~spot/r4rs/r4rs_toc.html
  29.