summaryrefslogtreecommitdiffstats
path: root/development/nickle/README
diff options
context:
space:
mode:
author Robby Workman2013-07-08 08:33:36 +0200
committer Robby Workman2013-07-15 00:07:18 +0200
commit388b46ab89a935b0e318138b651666769954bc4d (patch)
tree26a3c46cf36c6d611b95645493d877e6e6588206 /development/nickle/README
parent759967142f992f017d2476b191b40e765d51a1ac (diff)
downloadslackbuilds-388b46ab89a935b0e318138b651666769954bc4d.tar.gz
development/nickle: Moved from System category
Thanks to LukenShiro for the suggestion. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/nickle/README')
-rw-r--r--development/nickle/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/development/nickle/README b/development/nickle/README
new file mode 100644
index 0000000000..36fa97be21
--- /dev/null
+++ b/development/nickle/README
@@ -0,0 +1,14 @@
+Nickle is a programming language based prototyping environment with
+powerful programming and scripting capabilities. Nickle supports a
+variety of datatypes, especially arbitrary precision numbers.
+
+The programming language vaguely resembles C. Some things in C which do
+not translate easily are different, some design choices have been made
+differently, and a very few features are simply missing.
+
+Nickle provides the functionality of UNIX bc, dc and expr in much-
+improved form. It is also an ideal environment for prototyping complex
+algorithms. Nickle's scripting capabilities make it a nice replacement
+for spreadsheets in some applications, and its numeric features nicely
+complement the limited numeric functionality of text-oriented languages
+such as AWK and PERL.