diff options
author | Erik Falor <ewfalor@gmail.com> | 2018-12-22 01:23:00 -0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-22 01:23:00 -0900 |
commit | ba2ecb538a1aef222af1a258c593b7aa6c9e404f (patch) | |
tree | adc9937e09a72da418ddb0ac4139474a04bf33d3 /development/chicken/slack-desc | |
parent | af9ead15fec71bfe02f51b33b13444b5045062f2 (diff) | |
download | slackbuilds-ba2ecb538a1aef222af1a258c593b7aa6c9e404f.tar.gz |
development/chicken: Updated for version 5.0.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/chicken/slack-desc')
-rw-r--r-- | development/chicken/slack-desc | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/development/chicken/slack-desc b/development/chicken/slack-desc index a58d6266bd..29b9e5034e 100644 --- a/development/chicken/slack-desc +++ b/development/chicken/slack-desc @@ -8,12 +8,13 @@ |-----handy-ruler------------------------------------------------------| chicken: chicken (a practical and portable scheme system) chicken: -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. -chicken: Scheme is a member of the Lisp family of languages. -chicken: +chicken: CHICKEN is a compiler for the Scheme programming language. It produces +chicken: portable and efficient C and supports the R5RS and R7RS (work in +chicken: progress) standards, and many extensions. It runs on Linux, OS X, +chicken: Windows, many Unix flavours, and aims to be free, simple, portable, +chicken: extensible, well documented, and actively supported. chicken: +chicken: Scheme is a member of the Lisp family of languages. chicken: chicken: + |