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\") "

10 Haziran 2009 Çarşamba

Some good Lisp tutorials

In addition to two classics, Paul Graham' s On Lisp and Peter Seibel' s Practical Common Lisp, I like two another e-books:
  • Basic Lisp Techniques, by David J. Cooper, March 19, 2003
  • Loving Lisp, by Mark Watson, 2002

POP3 hakkında güzel bir doküman

POP3 hakkında güzel bir doküman:
http://www.faqs.org/rfcs/rfc1939.html