summaryrefslogtreecommitdiffstats
path: root/development/maude/README
diff options
context:
space:
mode:
author Roberto Metere2016-11-03 11:02:34 +0100
committer Willy Sudiarto Raharjo2016-11-03 11:02:34 +0100
commitee7a59f5a664c9bacce38ffd53d9138301b1e55f (patch)
tree3538a9ab87b47a497f88be2682a9e7b1618f4cc4 /development/maude/README
parent5f92c72165e17fef08b0a03233144b080a780445 (diff)
downloadslackbuilds-ee7a59f5a664c9bacce38ffd53d9138301b1e55f.tar.gz
development/maude: Added (high-performance reflective language).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/maude/README')
-rw-r--r--development/maude/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/development/maude/README b/development/maude/README
new file mode 100644
index 0000000000..c75ddb5a0f
--- /dev/null
+++ b/development/maude/README
@@ -0,0 +1,18 @@
+Maude is a high-performance reflective language and system
+supporting both equational and rewriting logic specification
+and programming for a wide range of applications. Maude has
+been influenced in important ways by the OBJ3 language, which
+can be regarded as an equational logic sublanguage. Besides
+supporting equational specification and programming, Maude
+also supports rewriting logic computation.
+
+Because Maude needs some help for finding its own files,
+you may:
+ - logout and login again, then run maude
+
+ - run maude with explicit reference to its files' location
+ $ MAUDE_LIB=/usr/share/maude/ maude
+
+ - export the variable to the environment, then run maude
+ $ export MAUDE_LIB=/usr/share/maude/
+ $ maude \ No newline at end of file