summaryrefslogtreecommitdiff
path: root/lang/tinyscheme
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/tinyscheme
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'lang/tinyscheme')
-rw-r--r--lang/tinyscheme/DESCR6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/tinyscheme/DESCR b/lang/tinyscheme/DESCR
index 0a239123635..d0183ada180 100644
--- a/lang/tinyscheme/DESCR
+++ b/lang/tinyscheme/DESCR
@@ -5,10 +5,10 @@ interpreter for other programs. As such, it does not offer IDEs or
extensive toolkits although it does sport a small top-level loop,
included conditionally. A lot of functionality in TinyScheme is
included conditionally, to allow developers freedom in balancing
-features and footprint.
+features and footprint.
As an embedded interpreter, it allows multiple interpreter states to
-coexist in the same program, without any interference between them.
+coexist in the same program, without any interference between them.
Programmatically, foreign functions in C can be added and values can
be defined in the Scheme environment. Being quite a small program, it
-is easy to comprehend, get to grips with, and use.
+is easy to comprehend, get to grips with, and use.