diff options
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 48910f01c1df..96f88e7df58f 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. |