summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author B. Watson2020-10-13 06:58:59 +0200
committer Willy Sudiarto Raharjo2020-10-17 04:39:37 +0200
commit38728d217cd394946e991ce05972dd475cf0db8a (patch)
tree4862985b9954056ae42817226e87fbc7f44ce83c /development
parent82c327bbf13b7ce01af324f64a1c14e791e5e38f (diff)
downloadslackbuilds-38728d217cd394946e991ce05972dd475cf0db8a.tar.gz
development/racket: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/racket/README15
1 files changed, 8 insertions, 7 deletions
diff --git a/development/racket/README b/development/racket/README
index 1d07f34cbf..7bcfe02e1c 100644
--- a/development/racket/README
+++ b/development/racket/README
@@ -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/