Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mzscheme(1) [debian man page]

MZSCHEME(1)						      General Commands Manual						       MZSCHEME(1)

NAME
mzscheme - compatibility executable for Racket SYNOPSIS
mzscheme [ option ... ] [ argument ... ] DESCRIPTION
MzScheme is the old name for the core Racket implementation. For most cases, running mzscheme is the same as running racket, except that the default interaction language is slightly different for backward compatibility. MORE INFORMATION
For further information, run raco docs to open installed documentation in your web browser. Alternately, consult the on-line documentation and other information available at http://racket-lang.org/ SEE ALSO
racket(1) 4th Berkeley Distribution May 2010 MZSCHEME(1)

Check Out this Related Man Page

DRRACKET(1)						      General Commands Manual						       DRRACKET(1)

NAME
drracket - the Racket programming environment SYNOPSIS
drracket [ Xoption ... ] [ file ... ] DESCRIPTION
DrRacket is the Racket programming environment. The drracket program treats non-switch command-line arguments as files to open. X OPTIONS
When running in X11, DrRacket accepts the following standard Xoptions: -display disp, -geometry geom, -bg color, -background color, -fg color, -foreground color, -fn font, -font font, -iconic, -name name, -rv, -reverse, +rv, -selectionTimeout time, -synchronous, -title name, -xnllanguage lang, -xrm file. In addition, the option -singleInstance is treated like an X option (it must appear before all other options), and it runs DrRacket in sin- gle-instance mode. In single-instance mode, when an existing instance is running with the same host and executable name, all non-option arguments are treated as file names and sent to the existing instance. MORE INFORMATION
For further information, run raco docs to open installed documentation in your web browser. Alternately, consult the on-line documentation and other information available at http://racket-lang.org/ AUTHOR
DrRacket was implemented by PLT. SEE ALSO
raco(1), racket(1), gracket(1) 4th Berkeley Distribution May 2010 DRRACKET(1)
Man Page

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

gcc & make error- Help please

Folks; I'm trying to install gcc-3.4.6 & install SWIG tool on Solaris 10 (Sparc), but when i try to run make for gcc i got this error below: make: Fatal error: Command failed for target `all-gcc' and when i try to run "make install" to install swig, i got this error: *** Error code 2... (10 Replies)
Discussion started by: moe2266
10 Replies

2. OS X (Apple)

Vi in Leopard

I read last night in MacWorld that Leopard included a new version of vi. Is there a list somewhere of the changes? I use vi a lot. Gale (5 Replies)
Discussion started by: Gale Gorman
5 Replies

3. Shell Programming and Scripting

Why Does this Shell Script Hang?

I have this short and simple shell script that processes a log file with the following format: and attempts to generate output in the following format: I've come up with the following, but for some reason, it only prints output correctly for the first line of the input file,... (8 Replies)
Discussion started by: Zoetermeer
8 Replies

4. Red Hat

Inode number changes for a file in Redhat Linux

Hi, I have created a file abc.log in Redhat Linux. Inode number for a file get changes every time i update the file using vi editor. Is there any setting that can be made , such that inode number never gets changed? Or if we cannot restrict from inode number getting changed , is... (9 Replies)
Discussion started by: raghu.amilineni
9 Replies