XLISP - ExamplesL/ -
TABLE OF CONTENTS 
Dec.
2, 2009
This directory contains a
collection of programs and writeups that will be of interest (and aid) to
students who are learning LISP. 
  
| 
   FILE or DIRECTORY/  | 
  
   Key  | 
  
   DESCRIPTION  | 
 
| 
   -  | 
  
   This file  | 
 |
| 
   L  | 
  
   Demonstrate 1-D and 2-D XLISP arrays  | 
 |
| 
   D  | 
  
   LISP- and AI-related documents  | 
 |
| 
   L  | 
  
   Show how to read one line at a time  | 
 |
| 
   -  | 
  
   Style sheet for Eliza  | 
 |
| 
   -  | 
  
   Eliza in JavaScript  | 
 |
| 
   L  | 
  
   Show the difference between eq, eql, equal  | 
 |
| 
   L  | 
  
   Demonstrate simple file input/output  | 
 |
| 
   L  | 
  
   Functions from Paul Graham’s Common Lisp text  | 
 |
| 
   L  | 
  
   A solution to the Towers of Hanoi problem  | 
 |
| 
   L  | 
  
   LISP source for a simple "Hello World" function  | 
 |
| 
   L  | 
  
   Sum integers N to 0; iteratively and recursively  | 
 |
| 
   L  | 
  
   How to decompose a word into chars; look for a char  | 
 |
| 
   L  | 
  
   Demonstrate how to define a "mkfun" function  | 
 |
| 
   L  | 
  
   A solution to the N Queens problem  | 
 |
| 
   D  | 
  
   Collection of LISP examples  | 
 |
| 
   L  | 
  
   Functions from Paul Graham’s OnLisp textbook  | 
 |
| 
   L  | 
  
   Primes less than N; demo dotimes, dolist  | 
 |
| 
   L  | 
  
   Demonstrate Static and Dynamic binding  | 
 |
| 
   L  | 
  
   Add two numbers from stdin; demo input/output  | 
 |
| 
   L  | 
  
   Demonstrate Helper Functions  | 
 |
| 
   L  | 
  
   Numeric vector addition  | 
 
Key:   "D" indicates a
subdirectory
           "L" indicates
an LISP source file 
File: http://Snow.SierraNevada.edu/~csci/ExamplesL/index.html
Last
updated: Dec. 2, 2009 - 2300