22 Haziran 2009 Pazartesi

examples about GNU CLISP Command Line parameters

Some examples about GNU CLISP Command Line parameters
  • -x expressions parameter:
    Executes a series of arbitrary expressions instead of a read-eval-print loop. The values of the expressions will be output to *STANDARD-OUTPUT*. Due to the argument processing done by the shell, the expressions must be enclosed in double quotes, and double quotes and backslashes must be escaped with backslashes.

    Example:
    clisp -x " (write-string \" Hello\") (write-string \" Hello\") "

Hiç yorum yok: