diff options
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. |