FREE Lisp Programming Resources Page
| Welcome to the Lisp Programming Resources section. In this
section, you can find source codes of Lisp programs created on Windows.
The compressed files are in .7z format. |
||
| 23 Sep 2008 | MyDict is a simple dictionary database program written in Common Lisp and tested on Windows with the following Lisp systems: CLisp, ECL, SBCL and GCL. | Download (4 KB) |
| Also, included are batch files and lisp scripts to create an executable. | ||
| 14 Oct 2008 | RTPMaker: Generates a set of test papers from a questions file. This version was built using CLisp. | Download (1.24 MB) |
| How this program works: The user's questions input file consists of lines of questions. Each question is terminated by a carriage return and linefeed. See sample, questions.txt. This program will select all the questions in the questions file, shuffles them repeatedly and generates the test papers. So each test paper has all the questions from the questions file but the numbering of each question is different in each test paper. The 7z file contains binary, source codes, questions.txt, and make.bat to build an executable. | ||
more FREE downloads at Main Site