home *** CD-ROM | disk | FTP | other *** search
- XLISP version 1.7
- June 13, 1986
-
- README 1ST This file
- XLISPDOC ARC XLISP documentation
- XLISPEXE ARC XLISP executable files (archive)
- XLISPLSP ARC Sample XLISP programs (archive)
- XLISPSRC ARC XLISP source code (archive)
- DEARC COM File dearchiver program
-
- To extract the XLISP documentation files from the XLISPDOC.ARC archive, type
- the following command:
-
- dearc xlispdoc
-
- To extract the XLISP executable files from the XLISPEXE.ARC archive, type the
- following command:
-
- dearc xlispexe
-
- To extract the XLISP sample programs from the XLISPLSP.ARC archive, type the
- following command:
-
- dearc xlisplsp
-
- To extract the XLISP source code from the XLISPSRC.ARC archive, type the
- following command:
-
- dearc xlispsrc
-
- The XLISPDOC.ARC archive contains the following files:
-
- Name Length Date
- ============ ======== =========
- PCFUN.DOC 996 6 Jan 86 PC specific documentation
- XLISP.DOC 65770 13 Jun 86 Generic XLISP documentation
-
- The XLISPEXE.ARC archive contains the following files:
-
- Name Length Date
- ============ ======== =========
- XLISPMS.EXE 85840 13 Jun 86 Generic MS-DOS version
- XLISPPC.EXE 90880 13 Jun 86 PC-DOS version
-
- The XLISPLSP.ARC archive contains the following files:
-
- Name Length Date
- ============ ======== =========
- ART.LSP 2404 29 Jun 85 Code from my BYTE article
- FACT.LSP 81 6 Jan 86 Factorial function
- FIB.LSP 98 6 Jan 86 Fibonacci function
- INIT.LSP 2086 13 Jun 86 Initialization
- PCTURTLE.LSP 3635 6 Jan 86 PC-DOS turtle graphic demo
- PP.LSP 5632 24 Jun 85 Pretty printer
- PROLOG.LSP 4408 6 Jan 86 Simple prolog interpreter
- PT.LSP 3899 6 Jan 86 Programmable turtle demo
- TRACE.LSP 676 6 Jan 86 Simple trace package
-
- The XLISPSRC.ARC archive contains the following files:
-
- Name Length Date
- ============ ======== =========
- XLISP.H 10030 26 May 86 XLISP definitions
- XLBFUN.C 9692 17 May 86 Basic built-in functions
- XLCONT.C 20470 17 May 86 Special forms
- XLDBUG.C 4295 1 Jun 86 Debugging support
- XLDMEM.C 11153 1 Jun 86 Dynamic memory support
- XLEVAL.C 8319 17 May 86 Evaluator
- XLFIO.C 6708 17 May 86 File I/O functions
- XLFTAB.C 8050 13 Jun 86 Function table
- XLGLOB.C 2507 25 May 86 Global variables
- XLINIT.C 3995 5 Apr 86 Initialization code
- XLIO.C 3098 6 Apr 86 Low level I/O routines
- XLISP.C 3060 1 Jun 86 Main routine
- XLJUMP.C 3131 17 May 86 Non-local transfer routines
- XLLIST.C 19012 17 May 86 List functions
- XLMATH.C 11041 6 May 86 Math functions
- XLOBJ.C 12042 17 May 86 Object-oriented programming support
- XLPRIN.C 3595 5 Oct 85 Printer
- XLREAD.C 14943 17 May 86 Reader
- XLSTR.C 2658 13 Apr 86 String functions
- XLSUBR.C 4824 17 May 86 Built-in function support code
- XLSYM.C 5020 17 May 86 Symbol table functions
- XLSYS.C 4762 1 Jun 86 System functions
- LSTKSIZ.C 122 9 Mar 86 Runtime stack size definitions
- MSSTUFF.C 3915 1 Jun 86 Generic MS-DOS specific code
- PCSTUFF.C 7476 1 Jun 86 PC-DOS specific code
- STUFF.C 696 26 May 86 OS specific code template
- COMPILE.BAT 334 9 Mar 86 Batch file to compile XLISP
- XLISPMS.LNK 236 1 Jun 86 Link command file for MS-DOS version
- XLISPPC.LNK 244 1 Jun 86 Link command file for PC-DOS version
-
-