aboutsummaryrefslogtreecommitdiffstats
path: root/math/nyh-hoc/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'math/nyh-hoc/pkg-descr')
-rw-r--r--math/nyh-hoc/pkg-descr14
1 files changed, 14 insertions, 0 deletions
diff --git a/math/nyh-hoc/pkg-descr b/math/nyh-hoc/pkg-descr
new file mode 100644
index 000000000000..b49f755be868
--- /dev/null
+++ b/math/nyh-hoc/pkg-descr
@@ -0,0 +1,14 @@
+Hoc, the High Order Calculator, is an interpreted language for
+floating-point calculations. Its most basic use is as a powerful and
+convenient calculator, interactively evaluating expressions such as
+1+2*sin(0.7). But hoc is no ordinary calculator: It also lets you
+assign values to variables, define your own functions, and use loops,
+conditionals, and everything else you'd expect in a programming
+language.
+
+Hoc was developed by Brian Kernighan and Rob Pike, and introduced in
+their 1984 book The Unix Programming Environment. This version has been
+extended and improved by Nadav Y. Har'El.
+
+WWW: http://nadav.harel.org.il/homepage/hoc/
+Author: Nadav Y. Har'El <nadav@harel.org.il>