klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

commit 185c8feba7b1bb16505b84c40f06cd897caf7a25
parent f604ac1430b756e6489e03d04d967aff7e110017
Author: Andres Navarro <canavarro82@gmail.com>
Date:   Mon,  5 Dec 2011 21:46:02 -0300

Added an environment section to the man page, describing both KLISP_PATH and KLISP_INIT.

Diffstat:
Mdoc/klisp.1 | 21+++++++++++++++++++++
1 file changed, 21 insertions(+), 0 deletions(-)

diff --git a/doc/klisp.1 b/doc/klisp.1 @@ -163,6 +163,27 @@ is returned. In any other case .B EXIT_FAILURE is returned. +.SH ENVIRONMENT +.br +.TP +.BI KLISP_INIT +.br +A Kernel expression to be evaluated before +any arguments to the interpreter. +.br +To use an init file, just define +.B KLISP_INIT +to the following form +.RI '(load +"/path/to/init-file")'. +.br +.TP +.BI KLISP_PATH +.br +A colon separated list of templates for +controlling the search of required files. +Each template can use the char '?' to +be replaced by the required name at run-time. .SH "SEE ALSO" .br http://klisp.org/