summaryrefslogtreecommitdiffstats
path: root/development/chicken/README
diff options
context:
space:
mode:
author Erik Falor2017-07-26 11:05:30 +0200
committer David Spencer2017-07-26 11:05:30 +0200
commit58bb75143b0dae93759ec7f2220449da35484a75 (patch)
tree499129c4bdf32a1df1d5e539419d1b4aa3c9ebb1 /development/chicken/README
parente0983ab804c9a4d1075ab2667086a51a943b4d04 (diff)
downloadslackbuilds-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/README6
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.