/man/man1/racket.1

http://github.com/dyoo/racket · Unknown · 54 lines · 49 code · 5 blank · 0 comment · 0 complexity · 7de78baf575a424de5ca0d2786f94bb0 MD5 · raw file

  1. .\" dummy line
  2. .TH RACKET 1 "May 2010"
  3. .UC 4
  4. .SH NAME
  5. racket \- core Racket implementation
  6. .SH SYNOPSIS
  7. .B racket
  8. [
  9. .I option ...
  10. ] [
  11. .I argument ...
  12. ]
  13. .SH DESCRIPTION
  14. Run
  15. .PP
  16. racket --help
  17. .PP
  18. for a list of command-line options and other start-up information.
  19. .PP
  20. Supplying no arguments to
  21. .B racket
  22. is the same as supplying the
  23. .B -i
  24. option for interactive evaluation.
  25. .PP
  26. Supplying non-switch, non-configuration arguments to
  27. .B racket
  28. is the same as putting
  29. .B -u
  30. before the arguments to run the first one as a module-based script.
  31. .SH MORE INFORMATION
  32. For further information, run
  33. .PP
  34. raco docs
  35. .PP
  36. to open installed documentation in your web browser.
  37. .PP
  38. Alternately, consult the on-line
  39. documentation and other information available at
  40. .PP
  41. .ce 1
  42. http://racket-lang.org/
  43. .SH AUTHOR
  44. Racket was implemented by Matthew Flatt and PLT.
  45. It was originally based on libscheme, written by Brent Benson.
  46. .SH SEE ALSO
  47. .BR raco(1),
  48. .BR drracket(1),
  49. .BR gracket(1)