1REP(1) REP(1)
2
3
4
6 rep - Librep Interpreter
7
9 rep [ options ][ FILE [ SCRIPT-OPTIONS .. ] ]
10
11
13 rep is the `librep' interpreter, a dialect of Lisp.
14
15 Unless the batch mode is specified, it enters the interactive mode.
16 Read Info for the details.
17
19 FILE load the Lisp file FILE (implies --batch)
20
21 SCRIPT-OPTIONS
22 Passed to Lisp via command-line-args variable.
23
24 --batch
25 Batch mode: process options and exit.
26
27 --interp
28 Interpreted mode: don't load compile Lisp files.
29
30 -f FUNCTION --call FUNCTION
31 Call the Lisp function FUNCTION.
32
33 -l FILE --load FILE
34 Load the file of Lisp forms called FILE.
35
36
37 --version
38 Print version details.
39
40 --no-rc
41 Don't load rc or site-init files.
42
43 -q --quit
44 Terminate the interpreter process.
45
47 The programs are documented fully by John Harper available via
48 the Info system.
49
51 This manual page was written by Christian Marillat <marilā
52 lat@debian.org> for the Debian GNU/Linux system (but may be used
53 by others).
54
55
56
57 04 avril 2003 REP(1)