]> scripts.mit.edu Git - www/raw.git/blob - news/94.mdwn
Import from TextPattern
[www/raw.git] / news / 94.mdwn
1 [[!meta title="PLT Scheme (mzscheme) command line changed"]]
2 As part of a standard system upgrade, we upgraded PLT Scheme to a
3 newer version that seems to have different command line options. In
4 particular, if you were using the syntax
5
6 **mzscheme -L plt-pretty-big-text.ss lang**
7
8 to enable the “Pretty Big” language, you now need to say
9
10 **mzscheme -l lang/plt-pretty-big-text.ss**
11
12 (note the change from capital to lowercase L). In addition, to get
13 a REPL, you’ll need to say **-i** with this option. Some other
14 options have also been removed; run **mzscheme —help** to see what
15 is available.
16
17
18