From 6b24320ea79a3c62427c12c10e0165aad40f0b36 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 7 Jun 2010 19:02:20 -0400 Subject: [PATCH] fix overzealous replacement of "Scheme" with "Racket" in quick but a more extensive rewrite is probably warranted --- collects/scribblings/quick/quick.scrbl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/scribblings/quick/quick.scrbl b/collects/scribblings/quick/quick.scrbl index 1d393a46b4..1db0541b42 100644 --- a/collects/scribblings/quick/quick.scrbl +++ b/collects/scribblings/quick/quick.scrbl @@ -567,7 +567,7 @@ that's how a frame manages its children by default. @section{Where to Go From Here} This introduction to Racket purposely avoids many of the -traditional ways of introducing and distinguishing Lisp or Racket: +traditional ways of introducing and distinguishing Lisp or Scheme: prefix arithmetic notation, symbols, quoting and quasiquoting lists, @racket[eval], first-class continuations, and the idea that all syntax is really just a @racket[lambda] in disguise. While those are all part @@ -577,7 +577,7 @@ in Racket. Instead, Racket programmers typically program with functions, records, objects, exceptions, regular expressions, modules, and threads. That is, instead of a ``minimalist'' language---which is the -way that Racket is often described---Racket offers a rich language +way that Scheme is often described---Racket offers a rich language with an extensive set of libraries and tools. If you are new to programming or if you have the patience to work