File: drscheme.1

package info (click to toggle)
drscheme 1%3A209-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 59,656 kB
  • ctags: 49,370
  • sloc: ansic: 254,796; cpp: 59,293; sh: 20,675; lisp: 14,368; makefile: 5,096; pascal: 3,724; perl: 2,814; asm: 1,070; java: 843; yacc: 755; lex: 258; sed: 93
file content (54 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.\" dummy line
.TH DRSCHEME 1 "December 2002"
.UC 4
.SH NAME
drscheme \- The PLT Scheme programming environment
.SH SYNOPSIS
.B drscheme
[
.I Xflag ...
]
[
.I file ...
]
.SH DESCRIPTION
.I DrScheme
is the PLT Scheme
programming environment.
.PP
.I DrScheme
opens the files given as command-line arguments.
.pp
For further information on
.IR DrScheme ,
please consult the on-line
documentation and other information available at
.PP
.ce 1
http://www.drscheme.org/
.SH FILES
.I DrScheme
looks for its libraries using the environment variables
PLTHOME and PLTCOLLECTS.  If this variable is not defined,
the installation directory is assumed (usually
"/usr/local/lib/plt/"). See the documentation for details.
.PP
Please consult your local administrator to determine whether
the on-line documentation has been installed locally.
.SH BUGS
Submit bug reports via
.ce 1
help-desk (encouraged),
or via the web
.ce 1
http://bugs.plt-scheme.org/ (discouraged)
or by e-mail to
.ce 1
bugs@plt-scheme.org (discouraged)
.SH AUTHOR
.I DrScheme
was implemented by PLT.
.SH SEE ALSO
.BR help-desk(1),
.BR mred(1),
.BR mzscheme(1)