~ubuntu-branches/ubuntu/trusty/mit-scheme/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/mit-scheme-native.1

  • Committer: Bazaar Package Importer
  • Author(s): Chris Hanson
  • Date: 2010-03-10 02:00:45 UTC
  • mfrom: (1.1.7 upstream) (3.1.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100310020045-4np1y3ro6sk2oz92
Tags: 9.0.1-1
* New upstream.
* debian/watch: Fix, previous version was broken.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH "mit\-scheme" "1" "7.7.90" "MIT/GNU Scheme Team" ""
2
 
.SH "NAME"
3
 
.LP
4
 
mit-scheme \- Scheme development environment
5
 
.SH "SYNOPSIS"
6
 
.LP 
7
 
.B mit\-scheme
8
 
.RI [ OPTIONS ]
9
 
.br 
10
 
.SH "DESCRIPTION"
11
 
.LP 
12
 
MIT/GNU Scheme is an implementation of the Scheme programming
13
 
language, providing an interpreter, compiler, source\-code debugger,
14
 
integrated Emacs\-like editor, and a large runtime library.  MIT/GNU
15
 
Scheme is best suited to programming large applications with a rapid
16
 
development cycle.
17
 
.SH "OPTIONS"
18
 
.LP 
19
 
These are some of the more common command\-line options.  For full
20
 
information about available options, see the Texinfo documentation.
21
 
.TP 
22
 
.RI \-\-heap " NBLOCKS"
23
 
.br 
24
 
Specify the size of the heap in 1024\-word blocks.
25
 
The default heap size is 1000 blocks.
26
 
.TP 
27
 
.RI \-\-stack " NBLOCKS"
28
 
.br 
29
 
Specify the size of the stack in 1024\-word blocks.
30
 
The default stack size is 100 blocks.
31
 
.TP 
32
 
.RI \-\-library " PATH"
33
 
.br 
34
 
Specify where to look for Scheme's binary files.
35
 
.I PATH
36
 
should be a colon\-separated list of directory names.
37
 
.TP 
38
 
\-\-no\-init\-file
39
 
.br 
40
 
Don't load the user's init file.
41
 
.TP 
42
 
\-\-edit
43
 
.br 
44
 
Start the text editor automatically.
45
 
.TP 
46
 
.RI \-\-eval " EXPRESSION" ...
47
 
.br 
48
 
Evaluate the specified expressions after starting Scheme.
49
 
.TP 
50
 
.RI \-\-load " FILENAME" ...
51
 
.br 
52
 
Load the specified files after starting Scheme.
53
 
.TP 
54
 
\-\-option\-summary
55
 
.br 
56
 
Print a summary of the command\-line options, including default values.
57
 
.SH "FILES"
58
 
.LP 
59
 
\fI/usr/lib/mit\-scheme\fP 
60
 
.SH "ENVIRONMENT VARIABLES"
61
 
.LP 
62
 
MIT/GNU Scheme refers to a large number of environment variables.  See
63
 
the Texinfo documentation for details.
64
 
.SH "EXAMPLES"
65
 
.LP 
66
 
To use the evaluator in a command-line interface, type:
67
 
.LP 
68
 
.B mit\-scheme
69
 
.LP 
70
 
To start the editor and use it as a front-end to the evaluator, type:
71
 
.LP 
72
 
.B mit\-scheme
73
 
\-\-edit
74
 
.SH "AUTHORS"
75
 
.LP 
76
 
MIT/GNU Scheme Team <bug\-mit\-scheme@gnu.org>
77
 
.SH "SEE ALSO"
78
 
.LP
79
 
The full documentation for MIT/GNU Scheme is maintained as a set of
80
 
Texinfo manuals.
81
 
If the
82
 
.B info
83
 
program is properly installed at your site, the command
84
 
.IP
85
 
.B info
86
 
"MIT/GNU Scheme User"
87
 
.PP
88
 
should give you access to the complete User's manual.  Programming
89
 
information is located in the Info topics "MIT/GNU Scheme Ref" and
90
 
"SOS".  Usage of the
91
 
.B IMAIL
92
 
mail reader is located in the "IMAIL" topic.