Move the "other editors" section later in the guide.

This commit is contained in:
Vincent St-Amour 2011-08-17 11:36:41 -04:00
parent 5979a42448
commit 83c7abb250
2 changed files with 12 additions and 4 deletions

View File

@ -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

View File

@ -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]