README.html
author oheimb
Fri, 02 Jun 2000 17:47:03 +0200
changeset 9022 a389be05c06f
parent 8809 85539b33be03
child 9406 d505b11ce30d
permissions -rw-r--r--
added rtranclD, tranclD, irrefl_trancl_rD
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     1
<html>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     2
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     3
<!-- $Id$ -->
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     4
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     5
<head>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     6
<title>The Isabelle System Distribution</title>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     7
</head>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     8
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     9
<body>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    10
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    11
<h1>The Isabelle System Distribution</h1>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    12
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    13
<h2>Version information</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    14
6486
wenzelm
parents: 6125
diff changeset
    15
This is the internal repository version of Isabelle.  The current line
7959
wenzelm
parents: 7483
diff changeset
    16
of development introduces many new features, while attempting to keep
wenzelm
parents: 7483
diff changeset
    17
incompatibilities over Isabelle98-X at a minimum.  See the
wenzelm
parents: 7483
diff changeset
    18
<tt>NEWS</tt> file in the distribution for more details.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    19
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    20
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    21
<h2>System requirements</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    22
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    23
Isabelle requires a real Unix box with sufficient resources. Fun
7959
wenzelm
parents: 7483
diff changeset
    24
starts at about 32-64 MB of free main memory (somewhat depending on
wenzelm
parents: 7483
diff changeset
    25
your ML system), with several tens of MB disk space and a decent CPU.
6486
wenzelm
parents: 6125
diff changeset
    26
Speaking by today's hardware standards, any moderate Linux box should
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    27
give a very nice platform for Isabelle.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    28
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    29
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    30
6077
60d97d521453 tuned, updated;
wenzelm
parents: 5708
diff changeset
    31
Furthermore, Isabelle needs the following software, which is not part
60d97d521453 tuned, updated;
wenzelm
parents: 5708
diff changeset
    32
of the distribution:
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    33
<ul>
8385
514df4f1df10 updated discussion of compilers
paulson
parents: 8068
diff changeset
    34
<li> A full Standard ML Compiler (e.g. Poly/ML).
3279
815ef5848324 tuned all READMEs;
wenzelm
parents: 3274
diff changeset
    35
<li> The GNU bash shell (version 1.x or 2.x).
5665
1dc74203b1d2 updated, tuned;
wenzelm
parents: 5534
diff changeset
    36
<li> Perl 5.x - the Pathologically Eclectic Rubbish Lister (Perl 4.x
6077
60d97d521453 tuned, updated;
wenzelm
parents: 5708
diff changeset
    37
is <em>not</em> sufficient).
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    38
</ul>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    39
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    40
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    41
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    42
The following ML system and platform combinations are known to work
6077
60d97d521453 tuned, updated;
wenzelm
parents: 5708
diff changeset
    43
very well:
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    44
<ul>
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    45
<li> Poly/ML 3.x on Linux and Sparc/Solaris.
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    46
<li> SML/NJ 110.x on any Unix platform (Linux, Suns, SGI etc.).
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    47
<li> SML/NJ 0.93 on Suns and SGIs. There seem to be several
5665
1dc74203b1d2 updated, tuned;
wenzelm
parents: 5534
diff changeset
    48
problems with Linux and HP-UX, though.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    49
</ul>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    50
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    51
<p> <a href="http://www.polyml.org/">Poly/ML</a>, previously a
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    52
commercial product, is back in the free world.  It is by far the best
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    53
compiler for running Isabelle, requiring the least memory and offering
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    54
the highest performance.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    55
8385
514df4f1df10 updated discussion of compilers
paulson
parents: 8068
diff changeset
    56
<p> <a
4431
22f31e6e5aad added MLWorks;
wenzelm
parents: 4414
diff changeset
    57
href="http://cm.bell-labs.com/cm/cs/what/smlnj/software.html">SML/NJ</a>
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    58
needs lots of store and disk space, but supports many more platforms.
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    59
The current official release is 110.  Basically, we still support the
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    60
old 0.93 release, but do not recommend it.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    61
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    62
<p> MLWorks is a commercial ML programming environment developed by <a
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    63
href="http://www.harlequin.com/">Harlequin</a> and was unfortunately
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    64
withdrawn after that company was taken over.  Isabelle on MLWorks 2.0
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    65
works well.  It is about 20% faster than on SML/NJ while using
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    66
slightly less memory and disk space.  A few minor features (e.g. ML
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    67
top-level pretty printing) are not supported, though.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    68
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    69
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    70
<h2>Installation</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    71
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    72
RPM packages are available for Isabelle/HOL and ZF on the Linux/x86
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    73
platform.  The system may be easily built from scratch as well, taking
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    74
the traditional tar.gz distribution.  See file <tt>INSTALL</tt> as
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    75
distributed with Isabelle for more information.
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    76
6486
wenzelm
parents: 6125
diff changeset
    77
Further background information may be found in the <em>Isabelle System
wenzelm
parents: 6125
diff changeset
    78
Manual</em>, distributed with the sources (directory <tt>doc</tt>).
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    79
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    80
8068
72d783f7313a corrected, improved eMail addresses, user interface section
oheimb
parents: 7959
diff changeset
    81
<h2>User interfaces</h2>
3306
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    82
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    83
The distribution includes only a very primitive interface based on
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    84
ordinary terminal sessions. Advanced interfaces are available from
8068
72d783f7313a corrected, improved eMail addresses, user interface section
oheimb
parents: 7959
diff changeset
    85
other sources:
6077
60d97d521453 tuned, updated;
wenzelm
parents: 5708
diff changeset
    86
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    87
<ul>
3306
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    88
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    89
<li>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    90
<a href="http://www.dcs.ed.ac.uk/home/proofgen/">Proof General</a> by
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    91
David Aspinall and others is a generic Emacs interface for proof
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    92
assistants, including Isabelle (both for the classic and Isar
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    93
version).  Proof General is suitable for use by pacifists and Emacs
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    94
militants alike. Its most prominent feature is script management,
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    95
providing a metaphor of <em>live proof script editing</em>.  Proof
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    96
General has recently gained a rather large following of both beginning
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    97
and expert users of Isabelle.
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    98
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    99
<li>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   100
<a href="http://www.dcs.ed.ac.uk/home/da/Isamode/">Isamode</a> by
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   101
David Aspinall is an older and simpler Emacs interface for Isabelle.
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   102
It runs under recent versions of XEmacs.
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   103
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   104
</ul>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   105
3306
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
   106
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   107
<h2>Other sources of information</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   108
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   109
<h3>The Isabelle Page</h3>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   110
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   111
The Isabelle home page may be accessed both from Cambridge and Munich:
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   112
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   113
<ul>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   114
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   115
<li> <a
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   116
href="http://www.cl.cam.ac.uk/Research/HVG/Isabelle/">http://www.cl.cam.ac.uk/Research/HVG/Isabelle/</a>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   117
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   118
<li> <a href="http://isabelle.in.tum.de">http://isabelle.in.tum.de</a>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   119
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   120
</ul>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   121
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   122
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   123
<h3>Mailing list</h3>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   124
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   125
The electronic mailing list <tt>isabelle-users@cl.cam.ac.uk</tt>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   126
provides a forum for Isabelle users to discuss problems and exchange
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   127
information. To join, send a message to <a
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   128
href="mailto:isabelle-users-request@cl.cam.ac.uk">isabelle-users-request@cl.cam.ac.uk</a>.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   129
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   130
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   131
<h3>Personal mail</h3>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   132
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   133
<a href="http://www.cl.cam.ac.uk/users/lcp/">Lawrence C Paulson</a><br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   134
Computer Laboratory<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   135
University of Cambridge<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   136
Pembroke Street<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   137
Cambridge CB2 3QG<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   138
England<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   139
<br>
8068
72d783f7313a corrected, improved eMail addresses, user interface section
oheimb
parents: 7959
diff changeset
   140
E-mail: <A HREF="mailto:lcp@cl.cam.ac.uk">lcp@cl.cam.ac.uk</A><br>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   141
Phone: +44-223-334600<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   142
Fax:   +44-223-334748<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   143
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   144
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   145
or
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   146
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   147
5401
79d3b232d859 www.in.tum.de;
wenzelm
parents: 5207
diff changeset
   148
<a href="http://www.in.tum.de/~nipkow/">Tobias Nipkow</a><br>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   149
Institut fuer Informatik<br>
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   150
T. U. Muenchen<br>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   151
D-80290 Muenchen<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   152
Germany<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   153
<br>
8068
72d783f7313a corrected, improved eMail addresses, user interface section
oheimb
parents: 7959
diff changeset
   154
E-mail: <A HREF="mailto:nipkow@in.tum.de">nipkow@in.tum.de</A><br>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   155
Phone: +49-89-289-22690<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   156
Fax:   +49-89-289-28183<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   157
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   158
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   159
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   160
<hr>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   161
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   162
Please report any problems you encounter.  While we shall try to be
5665
1dc74203b1d2 updated, tuned;
wenzelm
parents: 5534
diff changeset
   163
helpful, we can accept no responsibility for the deficiencies of
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   164
Isabelle and their consequences.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   165
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   166
<hr>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   167
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   168
</body>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   169
</html>