1MZC(1) General Commands Manual MZC(1)
2
3
4
6 mzc - The PLT Scheme compiler tool
7
9 mzc [ option ... ] [ argument ... ]
10
12 mzc performs various tasks such as compiling Scheme source to bytecode,
13 packaging executables, and packaging installable archives.
14
15
16 Run
17
18 mzc --help
19
20 for a list of command-line options.
21
22
24 For further information, run
25
26 plt-help
27
28 to open installed documentation in your web browser.
29
30
31 Alternately, consult the on-line documentation and other information
32 available at
33
34 http://www.plt-scheme.org/software/mzc/
35
36
38 mzc was implemented by PLT, http://www.plt-scheme.org/.
39
41 plt-help(1), mzscheme(1), drscheme(1)
42
43
44
454th Berkeley Distribution January 2008 MZC(1)