[ distribute ] : mail files to someone Usage: nohup nice distribute user@host
[ distributed ] Wed Aug 24 09:12:17 PDT 1994
[ functions ] Documents all functions listed in source code.
[ functions.lsp ] ( QUOTE (* <expr>...) multiply a list of numbers)
[ help.lsp ] ; Help is a macro - called by (help symbol) - the symbol should not
[ lisp ] : Script to load library modules into xlisp
[ lisp.1 ] UNIX manual (suffix .1 indicates a user command.
[ lisp.cat ] Printable manual (on an old old printer:-(
[ lisp.l ] Unix Manual (with suffix indicating a local command)
[ mbox ] An assortment of EMail messages about XLISP
[ READ.ME ] Helpful advice for implementers of LISP
[ Todo ] Things that I'd like to do or get done
Samples of LISP
[ t.lsp ]
Simple test program
[ tran.lsp ] Test random numbers
[ tt.lsp ] Another test program
[ pretty.bugs.lsp ] ; Donated by Jeff Hewitt (435...)
Control files
[ makefile ]
[ Makefile ]
Two files that describe dependencies and how to make and update XLISP
on Unix/Linux
[ tags ] Tags used in vi to jump froma function call to its definition, even if the definition is in a different file.
Code
[ oscalls.c ]
/* File defining various osxxxx(...) functions used in xlisp source.
[ scheme.lsp ] Loaded by Lisp to add DEFINE as a function
[ xlbfun.c ] /* xlbfun.c - xlisp basic built-in functions */
[ xlcont.c ] /* xlcont - xlisp special forms */
[ xldbug.c ] /* xldebug - xlisp debugging support */
[ xldmem.c ] /* xldmem - xlisp dynamic memory management routines */
[ xldmem.h ] /* xldmem.h - dynamic memory definitions */
[ xleval.c ] /* xleval - xlisp evaluator */
[ xlfio.c ] /* xlfio.c - xlisp file i/o */
[ xlftab.c ] /* xlftab.c - xlisp function table */
[ xlftab.c.org ] /* xlftab.c - xlisp function table */
[ xlglob.c ] /* xlglobals - xlisp global variables */
[ xlimage.c ] /* xlimage - xlisp memory image save/restore functions */
[ xlinit.c ] /* xlinit.c - xlisp initialization module */
[ xlio.c ] /* xlio - xlisp i/o routines */
[ xlisp.c ] /* xlisp.c - a small implementation of lisp with object-oriented programming */
[ xlisp.h ] /* xlisp - a small subset of lisp */
[ xljump.c ] /* xljump - execution context routines */
[ xllist.c ] /* xllist.c - xlisp built-in list functions */
[ xlmath.c ] /* xlmath - xlisp built-in arithmetic functions */
[ xlobj.c ] /* xlobj - xlisp object functions */
[ xlpp.c ] /* xlpp.c - xlisp pretty printer */
[ xlprin.c ] /* xlprint - xlisp print routine */
[ xlread.c ] /* xlread - xlisp expression input routine */
[ xlstr.c ] /* xlstr - xlisp string and character built-in functions */
[ xlsubr.c ] /* xlsubr - xlisp builtin function support routines */
[ xlsym.c ] /* xlsym - symbol handling routines */
[ xlsys.c ] /* xlsys.c - xlisp builtin system functions */
. . . . . . . . . ( end of section Index of XLISP Source code) <<Contents | Index>>