diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 20:53:55 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:38:53 +0700 |
commit | a71f9625a37c48c9158271863100b0711ea447e2 (patch) | |
tree | e4b626258c99e5b9f5eb99b98cae44f05864b5c6 /development/bigloo | |
parent | 01d83ff135573ced39c60f87a4381ebc9b4c0a1f (diff) | |
download | slackbuilds-a71f9625a37c48c9158271863100b0711ea447e2.tar.gz |
development/bigloo: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/bigloo')
-rw-r--r-- | development/bigloo/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/development/bigloo/README b/development/bigloo/README index 44b12bb2d5..bbc2e43a2f 100644 --- a/development/bigloo/README +++ b/development/bigloo/README @@ -1,4 +1,5 @@ -Bigloo is a Scheme implementation devoted to one goal: enabling Scheme based -programming style where C(++) is usually required. Bigloo attempts to make -Scheme practical by offering features usually presented by traditional -programming languages but not offered by Scheme and functional programming. +Bigloo is a Scheme implementation devoted to one goal: enabling +Scheme based programming style where C(++) is usually required. +Bigloo attempts to make Scheme practical by offering features usually +presented by traditional programming languages but not offered by +Scheme and functional programming. |