development/racket: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 00:58:59 -04:00 committed by Willy Sudiarto Raharjo
parent 82c327bbf1
commit 38728d217c
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 8 additions and 7 deletions

View File

@ -1,13 +1,14 @@
Racket (formerly named PLT Scheme) is a general purpose, multi-paradigm
programming language in the Lisp/Scheme family. One of its design goals is to
serve as a platform for language creation, design, and implementation. The
language is used in a variety of contexts such as scripting, general-purpose
programming, computer science education, and research. (source: Wikipedia)
Racket (formerly named PLT Scheme) is a general purpose, multi-paradigm
programming language in the Lisp/Scheme family. One of its design
goals is to serve as a platform for language creation, design, and
implementation. The language is used in a variety of contexts such as
scripting, general-purpose programming, computer science education, and
research. (source: Wikipedia)
racket is the command line version, drracket is the GUI-version
This SlackBuild uses the src + built packages distribution. It builds
faster as it contains platform-independent bytecode. If you wish to build
from pure source code can be downloaded from the racket site:
faster as it contains platform-independent bytecode. If you wish to
build from pure source code can be downloaded from the racket site:
https://download.racket-lang.org/