Mathweb - Shared Functors
Andreas Franke -
Abdelhakim Freihat -
Stephan Hess -
Jürgen Zimmer -
- provides
- x-ozlib://mathweb/share/Benchmark.ozf
- x-ozlib://mathweb/share/Buffer.ozf
- x-ozlib://mathweb/share/Dir.ozf
- x-ozlib://mathweb/share/Edit.ozf
- x-ozlib://mathweb/share/Env.ozf
- x-ozlib://mathweb/share/File.ozf
- x-ozlib://mathweb/share/Internet.ozf
- x-ozlib://mathweb/share/Misc.ozf
- x-ozlib://mathweb/share/Process.ozf
- x-ozlib://mathweb/share/Random.ozf
- x-ozlib://mathweb/share/Text.ozf
- x-ozlib://mathweb/share/Ticket.ozf
- x-ozlib://mathweb/share/XApplication.ozf
- x-ozlib://mathweb/share/XCompiler.ozf
- x-ozlib://mathweb/share/XManagers.ozf
- x-ozlib://mathweb/share/XOpen.ozf
- x-ozlib://mathweb/share/XTime.ozf
- x-ozlib://mathweb/share/XTkDialog.ozf
- x-ozlib://mathweb/share/XTkTools.ozf
- ~/.oz/bin/benchmark.exe
- ~/.oz/bin/killtree.exe
- requires
- nothing
Purpose
These functors provide basic functionality used by other Mathweb packages.
Installation
This package can be installed by following the usual
configure, build, install procedure, i.e. by executing a the
shell:
./configure
make install
By default, all files of the package are
installed in the user's ~/.oz directory tree. In
particular, all modules are installed in the user's private cache.
Example
killtree.exe <pid>
kills the process <pid> and all its children.
benchmark.exe <file>
compiles the Oz source in <file> which must result in a procedure/1,
executes it 10 * 10000 times and prints some time statistics.
Omega Homepage -
Mathweb Homepage