.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "REP" "1" "04 avril 2003" "" "" .SH NAME rep \- Read, Eval, Print Interpreter .SH SYNOPSIS \fBrep\fR [ \fB FILE \fR ] [ \fB \-\-batch \fR ] [ \fB \-\-interp \fR ] [ \fB \-f, \-\-call FUNCTION \fR ] [ \fB \-l, \-\-load FUNCTION \fR ] [ \fB \-s, \-\-scheme FILE \fR ] [ \fB \-\-version \fR ] [ \fB \-\-no-rc \fR ] [ \fB \-q, \-\-quit \fR ] .SH "DESCRIPTION" .PP \fBrep\fR `librep' is a dialect of Lisp, designed to be used both as an extension language for applications and as a general purpose programming language. It was originally written to be mostly-compatible with Emacs Lisp, but has subsequently diverged markedly. Its aim is to combine the best features of Scheme and Common Lisp and provide an environment that is comfortable for implementing both small and large scale systems. It tries to be a "pragmatic" programming language. .SH "OPTIONS" .TP \fBFILE\fR load the Lisp file \fIFILE\fR (from the cwd if possible, implies \fI\-\-batch\fR mode) .TP \fB\-\-batch\fR Batch mode: process options and exit. .TP \fB\-\-interp\fR Interpreted mode: don't load compile Lisp files. .TP \fB\-f \fIFUNCTION\fB \-\-call \fIFUNCTION\fB\fR Call the Lisp function \fIFUNCTION\fR. .TP \fB\-l \fIFILE\fB \-\-load \fIFILE\fB\fR Load the file of Lisp forms called \fIFILE\fR. .TP \fB\-s \fIFILE\fB \-\-scheme \fIFILE\fB\fR Load the file of Scheme forms called \fIFILE\fR (implies \fI\-\-batch\fR mode). .TP \fB\-\-version\fR Print version details. .TP \fB\-\-no\-rc\fR Don't load rc or site-init files. .TP \fB\-q \-\-quit\fR Terminate the interpreter process. .SH "SEE ALSO" .PP The programs are documented fully by \fIJohn Harper\fR available via the \fBInfo\fR system. .SH "AUTHOR" .PP This manual page was written by Christian Marillat for the Debian GNU/Linux system (but may be used by others).