ANNOUNCE
author wenzelm
Sun, 04 Nov 2007 16:43:27 +0100
changeset 25271 f28efd37e18a
parent 25259 8d6b03eef9c9
child 25305 574c4964fe54
permissions -rw-r--r--
the all-important ML antiquotations are back;
tuned;
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@25271
    10
(mostly for HOL).  Some highlights are:
wenzelm@9928
    11
wenzelm@25148
    12
* Support for nominal datatypes (binding structures) due to the
wenzelm@25148
    13
HOL-Nominal logic.
wenzelm@24813
    14
wenzelm@24813
    15
* General local theory infrastructure for specifications depending on
wenzelm@24813
    16
parameters and assumptions (e.g. from locales, classes).
wenzelm@24813
    17
wenzelm@24813
    18
* New basic specification elements 'definition', 'axiomatization',
wenzelm@24813
    19
'abbreviation', 'notation'.
kleing@14624
    20
wenzelm@24802
    21
* New version of 'inductive' package for inductive predicates;
wenzelm@24802
    22
separate variant 'inductive_set'.
wenzelm@9928
    23
wenzelm@24813
    24
* New 'function' package for general recursive function definitions.
wenzelm@10161
    25
wenzelm@24802
    26
* New 'class' package combination of axclass + locale interpretation.
wenzelm@10161
    27
haftmann@25213
    28
* Built-in Metis prover, external linkup for automated provers, and
haftmann@25229
    29
'sledgehammer' command for automated proof synthesis.
haftmann@25213
    30
haftmann@25242
    31
* Second generation code generator for a subset of HOL, targeting SML,
wenzelm@24802
    32
Haskell, and OCaml.
wenzelm@24802
    33
wenzelm@25271
    34
* Embedding of ML code into theories with static references to the
wenzelm@25271
    35
logical context (via antiquotations).
haftmann@25228
    36
wenzelm@25271
    37
* Command 'normal_form' and method "normalization" for evaluating
wenzelm@25271
    38
terms with free variables.
wenzelm@25271
    39
wenzelm@25271
    40
* Full list comprehension syntax for HOL.
wenzelm@25271
    41
wenzelm@25271
    42
* Much improved algebraic capabilities, including Groebner bases.
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
wenzelm@24802
    47
wenzelm@24802
    48
You may get Isabelle2007 from the following mirror sites:
wenzelm@9928
    49
haftmann@17696
    50
  Cambridge (UK)       http://www.cl.cam.ac.uk/Research/HVG/Isabelle/
haftmann@17696
    51
  Munich (Germany)     http://isabelle.in.tum.de/
kleing@14616
    52
  Sydney (Australia)   http://mirror.cse.unsw.edu.au/pub/isabelle/