summaryrefslogtreecommitdiff
path: root/lang/chicken
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /lang/chicken
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'lang/chicken')
-rw-r--r--lang/chicken/DESCR6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/chicken/DESCR b/lang/chicken/DESCR
index 0a3b303361c..041f6a65238 100644
--- a/lang/chicken/DESCR
+++ b/lang/chicken/DESCR
@@ -1,12 +1,12 @@
CHICKEN is a Scheme-to-C compiler supporting most of the language
features as defined in the Revised^5 Report on Scheme. CHICKEN
generates quite portable C code, and files compiled by it (including
-itself) should work without any changes on most platforms.
+itself) should work without any changes on most platforms.
The whole package is distributed under a BSD license and as such free
-to use and modify as long as you adhere to its terms (see the manual).
+to use and modify as long as you adhere to its terms (see the manual).
Linkage to C modules and C-library functions is straightforward, so
it's easy to access C from Scheme. Compiled code can be embedded into
existing C programs without problems. The generated code supports
full tail-recursion, first-class continuations, multiple values and
-dynamic-wind.
+dynamic-wind.