summaryrefslogtreecommitdiffstats
path: root/development/chicken/README
diff options
context:
space:
mode:
author Erik Falor <ewfalor@gmail.com>2013-10-26 18:54:28 -0500
committer Robby Workman <rworkman@slackbuilds.org>2013-10-27 23:38:56 -0500
commit7009dc6a71a257db0d29bd8ae7d7d3e03c99fc71 (patch)
treed2e027e4f8b47543d0ef8fc9c8a08868e2fbdf1a /development/chicken/README
parent21963f3ca7bca854cc4adc0e7136510cd4db4d5a (diff)
downloadslackbuilds-7009dc6a71a257db0d29bd8ae7d7d3e03c99fc71.tar.gz
slackbuilds-7009dc6a71a257db0d29bd8ae7d7d3e03c99fc71.tar.xz
development/chicken: Updated for version 4.8.0.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/chicken/README')
-rw-r--r--development/chicken/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/chicken/README b/development/chicken/README
index 727a9401f1..48910f01c1 100644
--- a/development/chicken/README
+++ b/development/chicken/README
@@ -1,4 +1,4 @@
-chicken is a compiler that translates Scheme source files into C,
+Chicken is a compiler that translates Scheme source files into C,
which in turn can be fed to a C compiler to generate a standalone
executable. An interpreter is also available and can be used as a
scripting environment or for test programs before compilation.