diff options
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 |
commit | 7009dc6a71a257db0d29bd8ae7d7d3e03c99fc71 (patch) | |
tree | d2e027e4f8b47543d0ef8fc9c8a08868e2fbdf1a /development/chicken/slack-desc | |
parent | 21963f3ca7bca854cc4adc0e7136510cd4db4d5a (diff) | |
download | slackbuilds-7009dc6a71a257db0d29bd8ae7d7d3e03c99fc71.tar.gz |
development/chicken: Updated for version 4.8.0.4.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/chicken/slack-desc')
-rw-r--r-- | development/chicken/slack-desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/development/chicken/slack-desc b/development/chicken/slack-desc index ef74faf7da..0a2b5da964 100644 --- a/development/chicken/slack-desc +++ b/development/chicken/slack-desc @@ -6,9 +6,9 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -chicken: chicken (a practical and portable scheme system) +chicken: Chicken (a practical and portable scheme system) chicken: -chicken: chicken is a compiler that translates Scheme source files into C, +chicken: Chicken is a compiler that translates Scheme source files into C, chicken: which in turn can be fed to a C compiler to generate a standalone chicken: executable. An interpreter is also available and can be used as a chicken: scripting environment or for test programs before compilation. |