ANNOUNCE
author haftmann
Fri, 26 Oct 2007 10:32:10 +0200
changeset 25197 7a169cfda866
parent 25148 9c9646c1080d
child 25213 48a1e80f5cdb
permissions -rw-r--r--
added hint for algebra
wenzelm@24802
     1
Subject: Announcing Isabelle2007
wenzelm@9928
     2
To: isabelle-users@cl.cam.ac.uk
wenzelm@9928
     3
wenzelm@24802
     4
Isabelle2007 is finally available.
wenzelm@12927
     5
wenzelm@24802
     6
This release introduces fundamental changes over Isabelle2005, see the
wenzelm@24802
     7
NEWS file in the distribution for more details.  Numerous existing
wenzelm@24802
     8
concepts have been generalized and re-implemented based on novel
wenzelm@24802
     9
system architecture.  New theories and proof tools have been added
wenzelm@24802
    10
(mostly for HOL).
wenzelm@12927
    11
wenzelm@24802
    12
The main highlights are:
wenzelm@9928
    13
wenzelm@25148
    14
* Support for nominal datatypes (binding structures) due to the
wenzelm@25148
    15
HOL-Nominal logic.
wenzelm@24813
    16
wenzelm@24813
    17
* General local theory infrastructure for specifications depending on
wenzelm@24813
    18
parameters and assumptions (e.g. from locales, classes).
wenzelm@24813
    19
wenzelm@24813
    20
* New basic specification elements 'definition', 'axiomatization',
wenzelm@24813
    21
'abbreviation', 'notation'.
kleing@14624
    22
wenzelm@24802
    23
* New version of 'inductive' package for inductive predicates;
wenzelm@24802
    24
separate variant 'inductive_set'.
wenzelm@9928
    25
wenzelm@24813
    26
* New 'function' package for general recursive function definitions.
wenzelm@10161
    27
wenzelm@24802
    28
* New 'class' package combination of axclass + locale interpretation.
wenzelm@10161
    29
wenzelm@24802
    30
* Various improvements in locale infrastructure (interpretation etc.)
wenzelm@12983
    31
wenzelm@24802
    32
* Various improvements of Isar language elements and related proof
wenzelm@24802
    33
tools.
wenzelm@12983
    34
wenzelm@24802
    35
* Built-in Metis prover, external linkup for automated provers, and
wenzelm@24802
    36
'sledghammer' command for automated proof synthesis.
wenzelm@24802
    37
wenzelm@24802
    38
* Second generation code-generator for a subset of HOL, targeting SML,
wenzelm@24802
    39
Haskell, and OCaml.
wenzelm@24802
    40
wenzelm@24802
    41
* Improved support for arbitrary ML operations depending on the
wenzelm@24802
    42
logical context.
wenzelm@24802
    43
wenzelm@24802
    44
* Parallel loading of theories based on native multicore support in
wenzelm@24802
    45
Poly/ML 5.1.
wenzelm@24802
    46
haftmann@25197
    47
* Improved algebraic capabilities by means of semiring normalization,
haftmann@25197
    48
Groebner bases and Ferrante/Rackoff algorithm.
haftmann@25197
    49
wenzelm@24802
    50
wenzelm@24802
    51
You may get Isabelle2007 from the following mirror sites:
wenzelm@9928
    52
haftmann@17696
    53
  Cambridge (UK)       http://www.cl.cam.ac.uk/Research/HVG/Isabelle/
haftmann@17696
    54
  Munich (Germany)     http://isabelle.in.tum.de/
kleing@14616
    55
  Sydney (Australia)   http://mirror.cse.unsw.edu.au/pub/isabelle/