Penguin
Annotated edit history of rep(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 REP
2 !!!REP
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 AUTHOR
9 ----
10 !!NAME
11
12
13 rep - Read, Eval, Print Interpreter
14 !!SYNOPSIS
15
16
17 __rep__ [[ __FILE__ ] [[ __--batch__ ] [[
18 __--interp__ ] [[ __-f, --call FUNCTION__ ] [[ __-l,
19 --load FUNCTION__ ] [[ __-s, --scheme FILE__ ] [[
20 __--version__ ] [[ __--no-rc__ ] [[ __-q, --quit__
21 ]
22 !!DESCRIPTION
23
24
25 __rep__ `librep' is a dialect of Lisp, designed to be
26 used both as an extension language for applications and as a
27 general purpose programming language. It was originally
28 written to be mostly-compatible with Emacs Lisp, but has
29 subsequently diverged markedly. Its aim is to combine the
30 best features of Scheme and Common Lisp and provide an
31 environment that is comfortable for implementing both small
32 and large scale systems. It tries to be a
33 __
34 !!OPTIONS
35
36
37 __FILE__
38
39
40 load the Lisp file ''FILE'' (from the cwd if possible,
41 implies ''--batch'' mode)
42
43
44 __--batch__
45
46
47 Batch mode: process options and exit.
48
49
50 __--interp__
51
52
53 Interpreted mode: don't load compile Lisp
54 files.
55
56
57 __-f__ ''FUNCTION'' __--call__
58 ''FUNCTION''
59
60
61 Call the Lisp function ''FUNCTION''.
62
63
64 __-l__ ''FILE'' __--load__ ''FILE''
65
66
67 Load the file of Lisp forms called ''FILE''.
68
69
70 __-s__ ''FILE'' __--scheme__
71 ''FILE''
72
73
74 Load the file of Scheme forms called ''FILE'' (implies
75 ''--batch'' mode).
76
77
78 __--version__
79
80
81 Print version details.
82
83
84 __--no-rc__
85
86
87 Don't load rc or site-init files.
88
89
90 __-q --quit__
91
92
93 Terminate the interpreter process.
94 !!SEE ALSO
95
96
97 The programs are documented fully by ''John Harper''
98 available via the __Info__ system.
99 !!AUTHOR
100
101
102 This manual page was written by Christian Marillat
103 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.