Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

maude(1) [debian man page]

MAUDE(1)						      General Commands Manual							  MAUDE(1)

NAME
Maude - A high-performance logical framework SYNOPSIS
maude [options] [files] DESCRIPTION
This manual page documents briefly the Maude interpreter. This manual page was written for the Debian distribution because the original program does not have a manual page. 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. Rewriting logic is a logic of concurrent change that can naturally deal with state and with concurrent computations. It has good properties as a general semantic framework for giving executable semantics to a wide range of languages and models of concurrency. In particular, it supports very well concurrent object-oriented computation. The same reasons making rewriting logic a good semantic framework make it also a good logical framework, that is, a metalogic in which many other logics can be naturally represented and executed. Maude supports in a systematic and efficient way logical reflection. This makes Maude remarkably extensible and powerful, supports an extensible algebra of module composition operations, and allows many advanced metaprogramming and metalanguage applications. Indeed, some of the most interesting applications of Maude are metalanguage applications, in which Maude is used to create executable environments for different logics, theorem provers, languages, and models of computation. --help display help information --version Display version number -no-prelude Do not read in the standard prelude -no-banner Do not output banner on startup -no-advice No advisories on startup -no-mixfix Do not use mixfix notation for output -no-wrap Do not automatic line wrapping for output -ansi-color Use ANSI control sequences -no-ansi-color Do not use ANSI control sequences -tecla Use tecla command line editing -no-tecla Do not use tecla command line editing -batch Run in batch mode -interactive Run in interactive mode -random-seed=<int> Set seed for random number generator -xml-log=<filename> Set file in which to produce an xml log COPYRIGHT
Copyright (c) 1997-2011 SRI International, Menlo Park, CA 94025, USA. Copyright (c) 1997 - 2002, Makoto Matsumoto and Takuji Nishimura, Copyright (c) 2000 - 2003, Richard J. Wagner REPORTING BUGS
Send bug reports to: maude-bugs@maude.cs.uiuc.edu SEE ALSO
Websites: http://maude.cs.uiuc.edu/ Official Maude website Mailing lists: http://lists.cs.uiuc.edu/mailman/listinfo/maude-users A moderated list for the discussion of topics of general interest to all Maude users. http://lists.cs.uiuc.edu/mailman/listinfo/maude-help Help list for questions about using Maude. AUTHOR
This manual page was written by Scott Christley <schristley@mac.com> based upon the Maude help text. February 2011 MAUDE(1)

Check Out this Related Man Page

FESTIVAL(1)						      General Commands Manual						       FESTIVAL(1)

NAME
festival - a text-to-speech system. SYNOPSIS
festival [options] [file0] [file1] ... DESCRIPTION
Festival is a general purpose text-to-speech system. As well as simply rendering text as speech it can be used in an interactive command mode for testing and developing various aspects of speech synthesis technology. Festival has two major modes, command and tts (text-to-speech). When in command mode input (from file or interactively) is interpreted by the command interpreter. When in tts mode input is rendered as speech. When in command mode filenames that start with a left parenthesis are treated as literal commands and evaluated. OPTIONS
-q Load no default setup files --datadir <string> Set data directory pathname --libdir <string> Set library directory pathname -b Run in batch mode (no interaction) --batch Run in batch mode (no interaction) --tts Synthesize text in files as speech no files means read from stdin (implies no interaction by default) -i Run in interactive mode (default) --interactive Run in interactive mode (default) --pipe Run in pipe mode, reading commands from stdin, but no prompt or return values are printed (default if stdin not a tty) --language <string> Run in named language, default is english, spanish, russian, welsh and others are available --server Run in server mode waiting for clients of server_port (1314) --script <ifile> Used in #! scripts, runs in batch mode on file and passes all other args to Scheme --heap <int> {1000000} Set size of Lisp heap, should not normally need to be changed from its default -v Display version number and exit --version Display version number and exit BUGS
More than you can imagine. A manual with much detail (though not complete) is available in distributed as part of the system and is also accessible at http://www.cstr.ed.ac.uk/projects/festival/manual/ Although we cannot guarantee the time required to fix bugs, we would appreciated it if they were reported to festival-bug@cstr.ed.ac.uk AUTHOR
Alan W Black, Richard Caley and Paul Taylor (C) Centre for Speech Technology Research, 1996-1998 University of Edinburgh 80 South Bridge Edinburgh EH1 1HN http://www.cstr.ed.ac.uk/projects/festival.html 6th Apr 1998 FESTIVAL(1)
Man Page