From ed3f9bfd6b6a2235c9bf32920e7c006f1b5e2c91 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 3 Oct 2018 11:57:52 -0600 Subject: [PATCH] Inside: remove unclear and unhelpful paragraph Prompted by and relevant to #2295 --- pkgs/racket-doc/scribblings/inside/overview.scrbl | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/racket-doc/scribblings/inside/overview.scrbl b/pkgs/racket-doc/scribblings/inside/overview.scrbl index 10dcea1f8a..40d6f9e849 100644 --- a/pkgs/racket-doc/scribblings/inside/overview.scrbl +++ b/pkgs/racket-doc/scribblings/inside/overview.scrbl @@ -10,13 +10,6 @@ compilation of Racket from source to bytecode, the allocation and reclamation of memory used during evaluation, and the scheduling of concurrent threads and parallel tasks. -Much of the language provided by @racketmodname[racket/base] is -implemented in a more primitive dialect of Racket that is provided by -the run-time system. Future versions of Racket are likely to move -macro expansion, compilation, and many ``primitive'' functions into -such Racket-implemented libraries, instead of having them built into -the run-time system. - @section{``Scheme'' versus ``Racket''} The old name for Racket was ``PLT Scheme,'' and the core compiler and