diff options
author | Erik Falor <ewfalor@gmail.com> | 2017-07-26 10:05:30 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-07-26 10:05:30 +0100 |
commit | 58bb75143b0dae93759ec7f2220449da35484a75 (patch) | |
tree | 499129c4bdf32a1df1d5e539419d1b4aa3c9ebb1 /development/chicken/README | |
parent | e0983ab804c9a4d1075ab2667086a51a943b4d04 (diff) | |
download | slackbuilds-58bb75143b0dae93759ec7f2220449da35484a75.tar.gz |
development/chicken: Updated for version 4.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/chicken/README')
-rw-r--r-- | development/chicken/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/development/chicken/README b/development/chicken/README index 48910f01c1..96f88e7df5 100644 --- a/development/chicken/README +++ b/development/chicken/README @@ -1,5 +1,5 @@ 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. +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. Scheme is a member of the Lisp family of languages. |