README.html
author dixon
Wed, 02 Mar 2005 10:33:10 +0100
changeset 15560 c862d556fb18
parent 15278 25dc2f17661b
child 15582 7219facb3fd0
permissions -rw-r--r--
lucas - fixed bug with name capture variables bound outside redex could (previously)conflict with scheme variables that occur in the conditions of an equation, and which were renamed to avoid conflict with another instantiation. This has now been fixed.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
15278
25dc2f17661b added DOCTYPE and Content-Type declarations to make this a valid HTML file
webertj
parents: 14629
diff changeset
     1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
25dc2f17661b added DOCTYPE and Content-Type declarations to make this a valid HTML file
webertj
parents: 14629
diff changeset
     2
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     3
<html>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     4
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     5
<!-- $Id$ -->
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     6
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
     7
<head>
15278
25dc2f17661b added DOCTYPE and Content-Type declarations to make this a valid HTML file
webertj
parents: 14629
diff changeset
     8
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
25dc2f17661b added DOCTYPE and Content-Type declarations to make this a valid HTML file
webertj
parents: 14629
diff changeset
     9
  <title>The Isabelle System Distribution</title>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    10
</head>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    11
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    12
<body>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    13
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    14
<h1>The Isabelle System Distribution</h1>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    15
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    16
<h2>Version information</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    17
11575
b4c7cb040644 updated;
wenzelm
parents: 11146
diff changeset
    18
This is the internal repository version of Isabelle.  See the
b4c7cb040644 updated;
wenzelm
parents: 11146
diff changeset
    19
<tt>NEWS</tt> file in the distribution for details on user-relevant
b4c7cb040644 updated;
wenzelm
parents: 11146
diff changeset
    20
changes.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    21
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    22
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    23
<h2>System requirements</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    24
11575
b4c7cb040644 updated;
wenzelm
parents: 11146
diff changeset
    25
Isabelle requires a real Unix box with sufficient resources, say 64 MB
b4c7cb040644 updated;
wenzelm
parents: 11146
diff changeset
    26
of free main memory and a decent CPU.  Speaking by today's hardware
b4c7cb040644 updated;
wenzelm
parents: 11146
diff changeset
    27
standards, any moderate Linux box should give a very nice platform for
b4c7cb040644 updated;
wenzelm
parents: 11146
diff changeset
    28
Isabelle.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    29
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    30
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    31
6077
60d97d521453 tuned, updated;
wenzelm
parents: 5708
diff changeset
    32
Furthermore, Isabelle needs the following software, which is not part
60d97d521453 tuned, updated;
wenzelm
parents: 5708
diff changeset
    33
of the distribution:
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    34
<ul>
13016
wenzelm
parents: 11575
diff changeset
    35
<li>A full Standard ML Compiler (e.g. Poly/ML).
wenzelm
parents: 11575
diff changeset
    36
<li>The GNU bash shell (version 1.x or 2.x).
wenzelm
parents: 11575
diff changeset
    37
<li>Perl 5.x - the Pathologically Eclectic Rubbish Lister (Perl 4.x
6077
60d97d521453 tuned, updated;
wenzelm
parents: 5708
diff changeset
    38
is <em>not</em> sufficient).
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    39
</ul>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    40
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    41
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    42
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    43
The following ML system and platform combinations are known to work
6077
60d97d521453 tuned, updated;
wenzelm
parents: 5708
diff changeset
    44
very well:
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    45
<ul>
14612
f0f50362cb67 do not mention MLWorks and poly 3.x any more, they are untested
kleing
parents: 14298
diff changeset
    46
<li>Poly/ML 4.x on Linux/x86, Solaris/Sparc, and PowerPC platforms.
13016
wenzelm
parents: 11575
diff changeset
    47
<li>SML/NJ 110.x on any Unix platform (Linux, Suns, SGI etc.).
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    48
</ul>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    49
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    50
<p> <a href="http://www.polyml.org/">Poly/ML</a>, previously a
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    51
commercial product, is back in the free world.  It is by far the best
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    52
compiler for running Isabelle, requiring the least memory and offering
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    53
the highest performance.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    54
14007
8c2b9750628f smlnj link update, x-symbol/PG update
kleing
parents: 13141
diff changeset
    55
<p> <a href="http://smlnj.sourceforge.net/">SML/NJ</a> needs more
8c2b9750628f smlnj link update, x-symbol/PG update
kleing
parents: 13141
diff changeset
    56
store and disk space, but on the other hand supports more platforms.
8c2b9750628f smlnj link update, x-symbol/PG update
kleing
parents: 13141
diff changeset
    57
The current official release is 110.
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    58
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    59
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    60
<h2>Installation</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    61
14007
8c2b9750628f smlnj link update, x-symbol/PG update
kleing
parents: 13141
diff changeset
    62
Binary packages are available for Isabelle/HOL and ZF for several
8c2b9750628f smlnj link update, x-symbol/PG update
kleing
parents: 13141
diff changeset
    63
platforms from the Isabelle web page.  The system may be easily built
8c2b9750628f smlnj link update, x-symbol/PG update
kleing
parents: 13141
diff changeset
    64
from scratch as well, taking the traditional tar.gz source
8c2b9750628f smlnj link update, x-symbol/PG update
kleing
parents: 13141
diff changeset
    65
distribution.  See file <tt>INSTALL</tt> as distributed with Isabelle
8c2b9750628f smlnj link update, x-symbol/PG update
kleing
parents: 13141
diff changeset
    66
for more information.
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    67
6486
wenzelm
parents: 6125
diff changeset
    68
Further background information may be found in the <em>Isabelle System
wenzelm
parents: 6125
diff changeset
    69
Manual</em>, distributed with the sources (directory <tt>doc</tt>).
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    70
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    71
9927
wenzelm
parents: 9406
diff changeset
    72
<h2>User interface</h2>
6077
60d97d521453 tuned, updated;
wenzelm
parents: 5708
diff changeset
    73
9927
wenzelm
parents: 9406
diff changeset
    74
The canonical Isabelle user interface is <a
14298
e616f4bda3a2 fixed PG link
kleing
parents: 14007
diff changeset
    75
href="http://proofgeneral.inf.ed.ac.uk/">Proof General</a> by David Aspinall
10079
0d78784176f4 www.proofgeneral.org;
wenzelm
parents: 9927
diff changeset
    76
and others.  It is a generic (X)Emacs interface for proof assistants,
0d78784176f4 www.proofgeneral.org;
wenzelm
parents: 9927
diff changeset
    77
including Isabelle (both for the classic and Isar version).  Proof
0d78784176f4 www.proofgeneral.org;
wenzelm
parents: 9927
diff changeset
    78
General is suitable for use by pacifists and Emacs militants
0d78784176f4 www.proofgeneral.org;
wenzelm
parents: 9927
diff changeset
    79
alike. Its most prominent feature is script management, providing a
0d78784176f4 www.proofgeneral.org;
wenzelm
parents: 9927
diff changeset
    80
metaphor of <em>live proof script editing</em>.  Proof General has
0d78784176f4 www.proofgeneral.org;
wenzelm
parents: 9927
diff changeset
    81
recently gained a rather large following of both beginning and expert
0d78784176f4 www.proofgeneral.org;
wenzelm
parents: 9927
diff changeset
    82
users of Isabelle.
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    83
9927
wenzelm
parents: 9406
diff changeset
    84
<p>
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    85
14007
8c2b9750628f smlnj link update, x-symbol/PG update
kleing
parents: 13141
diff changeset
    86
Proof General is distributed together with the XEmacs
13141
f4ed10eaaff8 updated X-Symbol URL;
wenzelm
parents: 13016
diff changeset
    87
<a href="http://x-symbol.sourceforge.net">
9927
wenzelm
parents: 9406
diff changeset
    88
X-Symbol package</a>, which provides a nice way to get proper
wenzelm
parents: 9406
diff changeset
    89
mathematical symbols displayed on screen.
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    90
3306
13d955a405f3 added href to Isamode;
wenzelm
parents: 3279
diff changeset
    91
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    92
<h2>Other sources of information</h2>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
    93
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    94
<h3>The Isabelle Page</h3>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    95
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    96
The Isabelle home page may be accessed both from Cambridge and Munich:
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    97
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    98
<ul>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
    99
13016
wenzelm
parents: 11575
diff changeset
   100
<li><a
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   101
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
   102
13016
wenzelm
parents: 11575
diff changeset
   103
<li><a href="http://isabelle.in.tum.de">http://isabelle.in.tum.de</a>
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   104
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   105
</ul>
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   106
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   107
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   108
<h3>Mailing list</h3>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   109
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   110
The electronic mailing list <tt>isabelle-users@cl.cam.ac.uk</tt>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   111
provides a forum for Isabelle users to discuss problems and exchange
8809
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   112
information. To join, send a message to <a
85539b33be03 updated;
wenzelm
parents: 8385
diff changeset
   113
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
   114
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   115
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   116
<h3>Personal mail</h3>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   117
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   118
<a href="http://www.cl.cam.ac.uk/users/lcp/">Lawrence C Paulson</a><br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   119
Computer Laboratory<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   120
University of Cambridge<br>
14628
8086e5beef0e fixed address
paulson
parents: 14622
diff changeset
   121
JJ Thomson Avenue<br>
8086e5beef0e fixed address
paulson
parents: 14622
diff changeset
   122
Cambridge CB3 0FD<br>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   123
England<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   124
<br>
8068
72d783f7313a corrected, improved eMail addresses, user interface section
oheimb
parents: 7959
diff changeset
   125
E-mail: <A HREF="mailto:lcp@cl.cam.ac.uk">lcp@cl.cam.ac.uk</A><br>
14629
96bcf6d0bf72 fixed address
paulson
parents: 14628
diff changeset
   126
Phone: +44-223-763500<br>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   127
Fax:   +44-223-334748<br>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   128
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   129
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   130
or
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   131
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   132
5401
79d3b232d859 www.in.tum.de;
wenzelm
parents: 5207
diff changeset
   133
<a href="http://www.in.tum.de/~nipkow/">Tobias Nipkow</a><br>
15278
25dc2f17661b added DOCTYPE and Content-Type declarations to make this a valid HTML file
webertj
parents: 14629
diff changeset
   134
Institut fr Informatik<br>
25dc2f17661b added DOCTYPE and Content-Type declarations to make this a valid HTML file
webertj
parents: 14629
diff changeset
   135
Technische Universit� Mnchen<br>
14622
5275774155cf updated Tobias' address
kleing
parents: 14612
diff changeset
   136
Boltzmannstr. 3<br>
5275774155cf updated Tobias' address
kleing
parents: 14612
diff changeset
   137
D-85748 Garching<br>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   138
Germany<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:nipkow@in.tum.de">nipkow@in.tum.de</A><br>
14622
5275774155cf updated Tobias' address
kleing
parents: 14612
diff changeset
   141
Phone: +49-89-289-17302<br>
5275774155cf updated Tobias' address
kleing
parents: 14612
diff changeset
   142
Fax:   +49-89-289-17307<br>
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   143
<p>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   144
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   145
<hr>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   146
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   147
Please report any problems you encounter.  While we shall try to be
5665
1dc74203b1d2 updated, tuned;
wenzelm
parents: 5534
diff changeset
   148
helpful, we can accept no responsibility for the deficiencies of
3259
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   149
Isabelle and their consequences.
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   150
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   151
<hr>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   152
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   153
</body>
667be2ebd22f the new README;
wenzelm
parents:
diff changeset
   154
</html>