diff options
author | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2003-05-06 17:40:18 +0000 |
commit | 5a79423b6feb188f48299ebbaf981575b33d3f48 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /lang/tinyscheme | |
parent | f58f4f25565243e0fcd6ee359261be2e3cfc7286 (diff) | |
download | pkgsrc-5a79423b6feb188f48299ebbaf981575b33d3f48.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'lang/tinyscheme')
-rw-r--r-- | lang/tinyscheme/DESCR | 6 |
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. |