diff options
author | Jeff Parent <jeff@commentedcode.org> | 2020-08-12 13:37:17 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-08-29 10:08:07 +0700 |
commit | afbf3efec86c6b0f5bfc92442bfa8078d83ced63 (patch) | |
tree | 72667024eef22f638568a4e02c42dd2769e1b7c9 /development/racket/README | |
parent | ff4fc5047d6163ac16e8d9014bacf431e64f69e2 (diff) | |
download | slackbuilds-afbf3efec86c6b0f5bfc92442bfa8078d83ced63.tar.gz |
development/racket: Updated for version 7.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/racket/README')
-rw-r--r-- | development/racket/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/racket/README b/development/racket/README index fe94786696..1d07f34cbf 100644 --- a/development/racket/README +++ b/development/racket/README @@ -5,3 +5,9 @@ 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: + +https://download.racket-lang.org/ |