[CM] Lisp Question

Tobias Kunze Briseño t at fictive.com
Wed May 7 14:36:23 PDT 2003


> clisp myScoreGenerator.cm someFileName

man clisp.  e.g., with file

  --- foo.lisp ------------------------------
  (format t "*** args: ~{~s ~}" *args*)
  -------------------------------------------

call

  % clisp foo.lisp  1 2 3 "foobar"
  *** args: "1" "2" "3" "foobar"

similarly, just pass in your file name and make your generator
output to it.




More information about the Cmdist mailing list