Inside: remove unclear and unhelpful paragraph

Prompted by and relevant to #2295
This commit is contained in:
Matthew Flatt 2018-10-03 11:57:52 -06:00
parent d5fbd47a80
commit ed3f9bfd6b

View File

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