/man/man1/mzscheme.1

http://github.com/dyoo/racket · Unknown · 39 lines · 35 code · 4 blank · 0 comment · 0 complexity · f70a38ef5d58ab1442c5f6c2a8e9029b MD5 · raw file

  1. .\" dummy line
  2. .TH MZSCHEME 1 "May 2010"
  3. .UC 4
  4. .SH NAME
  5. mzscheme \- compatibility executable for Racket
  6. .SH SYNOPSIS
  7. .B mzscheme
  8. [
  9. .I option ...
  10. ] [
  11. .I argument ...
  12. ]
  13. .SH DESCRIPTION
  14. MzScheme is the old name for the core Racket implementation.
  15. .PP
  16. For most cases, running
  17. .B mzscheme
  18. is the same as running
  19. .BR racket ,
  20. except that the default interaction language is slightly
  21. different for backward compatibility.
  22. .SH MORE INFORMATION
  23. For further information, run
  24. .PP
  25. raco docs
  26. .PP
  27. to open installed documentation in your web browser.
  28. .PP
  29. Alternately, consult the on-line
  30. documentation and other information available at
  31. .PP
  32. .ce 1
  33. http://racket-lang.org/
  34. .SH SEE ALSO
  35. .BR racket(1)