diff --git a/collects/scribblings/guide/guide.scrbl b/collects/scribblings/guide/guide.scrbl index a73455e304..5cda9c4a81 100644 --- a/collects/scribblings/guide/guide.scrbl +++ b/collects/scribblings/guide/guide.scrbl @@ -10,8 +10,8 @@ some part of Racket. It assumes programming experience, so if you are new to programming, consider instead reading @|HtDP|. If you want an especially quick introduction to Racket, start with @|Quick|. -@seclink["to-scheme"]{Chapter 3} provides a brief introduction to -Racket. From @seclink["datatypes"]{Chapter 4} on, this guide dives +@seclink["to-scheme"]{Chapter 2} provides a brief introduction to +Racket. From @seclink["datatypes"]{Chapter 3} on, this guide dives into details---covering much of the Racket toolbox, but leaving precise details to @|Racket| and other reference manuals. @@ -19,8 +19,6 @@ precise details to @|Racket| and other reference manuals. @include-section["welcome.scrbl"] -@include-section["other-editors.scrbl"] - @include-section["to-scheme.scrbl"] @include-section["data.scrbl"] @@ -63,6 +61,8 @@ precise details to @|Racket| and other reference manuals. @include-section["dialects.scrbl"] +@include-section["other-editors.scrbl"] + @; ---------------------------------------------------------------------- @(bibliography diff --git a/collects/scribblings/guide/welcome.scrbl b/collects/scribblings/guide/welcome.scrbl index badb0548f6..a5d4aa8f94 100644 --- a/collects/scribblings/guide/welcome.scrbl +++ b/collects/scribblings/guide/welcome.scrbl @@ -228,6 +228,14 @@ hoc command-line flags, compiler directives, and build tools. The module system is designed to avoid these problems, so start with @hash-lang[], and you'll be happier with Racket in the long run. +@; ---------------------------------------------------------------------- +@section{A Note about Editors} + +Racket ships with the DrRacket programming environment. If you are already +familiar with another editor, it is certainly possible to use it for Racket +development. To improve your racketeering experience with your editor of +choice, see @secref["other-editors"]. + @; ---------------------------------------------------------------------- @close-eval[piece-eval]