diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-13 00:35:08 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:26 +0700 |
commit | da2f04b91ce5facc645ed8d69e26bc60807b496b (patch) | |
tree | 128067e52e6c2884a7e5e0b54653699da1c52801 /development | |
parent | 931156c840f80b8c3402f88eeff36cf7e3d7975d (diff) |
development/newlisp: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/newlisp/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/newlisp/README b/development/newlisp/README index b387d2079884..47af4b1ab522 100644 --- a/development/newlisp/README +++ b/development/newlisp/README @@ -1,4 +1,4 @@ -newLISP is a Lisp-like, general-purpose scripting language. It has all the -magic of traditional Lisp but is easier to learn and use. newLISP is -friendly, fast, and small. Most of the functions you will ever need are -already built in. newLISP runs on most operating systems. +newLISP is a Lisp-like, general-purpose scripting language. It has all +the magic of traditional Lisp but is easier to learn and use. newLISP +is friendly, fast, and small. Most of the functions you will ever need +are already built in. newLISP runs on most operating systems. |