/usr/share/doc/racket/getting-started/index.html is in racket-doc 6.3-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"/><title>Getting Started</title><link rel="stylesheet" type="text/css" href="../scribble.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-style.css" title="default"/><link rel="stylesheet" type="text/css" href="../manual-racket.css" title="default"/><link rel="stylesheet" type="text/css" href="../doc-site.css" title="default"/><script type="text/javascript" src="../scribble-common.js"></script><script type="text/javascript" src="../manual-racket.js"></script><script type="text/javascript" src="../doc-site.js"></script><script type="text/javascript" src="../local-redirect/local-redirect.js"></script><script type="text/javascript" src="../local-redirect/local-user-redirect.js"></script><!--[if IE 6]><style type="text/css">.SIEHidden { overflow: hidden; }</style><![endif]--></head><body id="doc-racket-lang-org"><div class="tocset"><div class="tocview"><div class="tocviewlist tocviewlisttopspace"><div class="tocviewtitle"><table cellspacing="0" cellpadding="0"><tr><td style="width: 1em;">•</td><td></td><td><a href="" class="tocviewselflink" data-pltdoc="x">Getting Started</a></td></tr></table></div></div></div><div class="tocsub"><table class="tocsublist" cellspacing="0"><tr><td><span class="tocsublinknumber"></span><a href="#%28part._top%29" class="tocsubseclink" data-pltdoc="x">Getting Started</a></td></tr></table></div></div><div class="maincolumn"><div class="main"><div class="versionbox"><span class="version">6.3</span></div><div class="navsettop"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, "6.3", "../");" onfocus="this.style.color="black"; this.style.textAlign="left"; if (this.value == "...search manuals...") this.value="";" onblur="if (this.value.match(/^ *$/)) { this.style.color="#888"; this.style.textAlign="center"; this.value="...search manuals..."; }"/></form> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.3");">top</a></span><span class="navright"> <span class="nonavigation">← prev</span> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.3");">up</a> <span class="nonavigation">next →</span></span> </div><h2 x-source-module="(lib "scribblings/getting-started/getting-started.scrbl")" x-source-pkg="racket-doc" x-part-tag=""top""><a name="(part._top)"></a><a name="(part._.Getting_.Started)"></a>Getting Started</h2><p>To get started with Racket,
<a href="http://racket-lang.org/download/">download it</a> from the web page and
install it. If you are a beginner or would like to use a graphical environment
to run programs, run the <span class="stt">DrRacket</span> executable. Otherwise, the <span class="stt">racket</span>
executable will run a command-line Read-Eval-Print-Loop
(<a href="http://download.racket-lang.org/docs/6.3/html/local-redirect/index.html?doc=guide&rel=intro.html%23%2528tech._repl%2529&version=6.3" class="techoutside Sq" data-pltdoc="x"><span class="techinside">REPL</span></a>).</p><p>On Windows, you can start DrRacket from the <span class="ssansserif">Racket</span> entry in the
Start menu. In Windows Vista or newer, you can just type <span class="stt">DrRacket</span>. You can
also run it from its folder, which you can find in <span class="ssansserif">Program Files</span> →
<span class="ssansserif">Racket</span> → <span class="ssansserif">DrRacket</span>.</p><p>On Mac OS X, double click on the <span class="ssansserif">DrRacket</span> icon. It is probably in a
<span class="ssansserif">Racket</span> folder that you dragged into your
<span class="ssansserif">Applications</span> folder. If you want to use command-line tools, instead,
Racket executables are in the <span class="stt">"bin"</span> directory of the <span class="ssansserif">Racket</span>
folder (and if you want to set your <span class="stt">PATH</span> environment variable, you’ll
need to do that manually).</p><p>On Unix (including Linux), the <span class="stt">drracket</span> executable can be run directly from the
command-line if it is in your path, which is probably the case if you chose a
Unix-style distribution when installing. Otherwise, navigate to the directory
where the Racket distribution is installed, and the <span class="stt">drracket</span> executable will be
in the <span class="stt">"bin"</span> subdirectory.</p><p>If you are new to programming or if you have the patience to work
through a textbook:</p><ul><li><p><span style="font-style: italic"><a href="http://htdp.org/">How to Design Programs</a></span>
is the best place to start. Whenever the book says “Scheme,”
you can read it as “Racket.”</p></li><li><p><a href="http://download.racket-lang.org/docs/6.3/html/local-redirect/index.html?doc=continue&rel=index.html&version=6.3" class="Sq" data-pltdoc="x">Continue: Web Applications in Racket</a>
introduces you to modules and building web applications.</p></li><li><p><a href="http://download.racket-lang.org/docs/6.3/html/local-redirect/index.html?doc=guide&rel=index.html&version=6.3" class="Sq" data-pltdoc="x"><span style="font-weight: bold">The Racket Guide</span></a> describes
the rest of the Racket language, which is much bigger than
the learning-oriented languages of the textbook. Since you
learned functional programming from the textbook, you’ll be
able to skim chapters 1 and 2 of the Guide.</p></li></ul><p>If you’re already a programmer and you’re in more of a hurry:</p><ul><li><p><a href="http://download.racket-lang.org/docs/6.3/html/local-redirect/index.html?doc=quick&rel=index.html&version=6.3" class="Sq" data-pltdoc="x">Quick: An Introduction to Racket with Pictures</a> gives you
a taste of Racket.</p></li><li><p><a href="http://download.racket-lang.org/docs/6.3/html/local-redirect/index.html?doc=more&rel=index.html&version=6.3" class="Sq" data-pltdoc="x">More: Systems Programming with Racket</a> dives much
deeper and much faster. If it’s too much, just skip to the
Guide.</p></li><li><p><a href="http://download.racket-lang.org/docs/6.3/html/local-redirect/index.html?doc=guide&rel=index.html&version=6.3" class="Sq" data-pltdoc="x"><span style="font-weight: bold">The Racket Guide</span></a> starts
with a tutorial on Racket basics, and then it describes the rest
of the Racket language.</p></li></ul><p>Of course, you should feel free to mix and match the above two tracks,
since there is information in each that is not in the other.</p><div class="navsetbottom"><span class="navleft"><form class="searchform"><input class="searchbox" style="color: #888;" type="text" value="...search manuals..." title="Enter a search string to search the manuals" onkeypress="return DoSearchKey(event, this, "6.3", "../");" onfocus="this.style.color="black"; this.style.textAlign="left"; if (this.value == "...search manuals...") this.value="";" onblur="if (this.value.match(/^ *$/)) { this.style.color="#888"; this.style.textAlign="center"; this.value="...search manuals..."; }"/></form> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.3");">top</a></span><span class="navright"> <span class="nonavigation">← prev</span> <a href="../index.html" title="up to the documentation top" data-pltdoc="x" onclick="return GotoPLTRoot("6.3");">up</a> <span class="nonavigation">next →</span></span> </div></div></div><div id="contextindicator"> </div></body></html>
|