ATS2-0.1.10 released

Hi,

I am glad to announce the release of ATS2-0.1.10.

The official website for ATS is:

http://www.ats-lang.org

The following packages are included in this release:

ATS2-Postiats-0.1.10.tgz
ATS2-Postiats-contrib-0.1.10.tgz
ATS2-Postiats-include-0.1.10.tgz

I have included ATS2-Postiats-contrib (instead of
releasing it separately) as it is truly by now an
indispensible part of ATS2.

After installing ATS-Postiats-include, one can compile
the C code generated from ATS source without installing
the ATS compiler. So a convenient way to distribute software
written in ATS is to simply release the C code generated
from the ATS source.

See below for some major additions and changes in ATS2-0.1.10.

Cheers!

–Hongwei

  1. Minorly improving ATSPRE and ATSLIB/libats
  2. Adding libats/tmpeval to support numeric arguments for templates
  3. Improving ATSPRE/gnumber and ATSPRE/gorder slightly
  4. Renaming:
    gequal_val -> gequal_val_val; gequal_ref -> gequal_ref_ref
    gcompare_val -> gcompare_val_val; gcompare_ref -> gcompare_ref_ref
  5. Adding s2exp_syneq2:
    this version (in constrast to s2exp_syneq) handles bound variables
  6. Supporting template implementations parameterized with existentially
    quantified types. For instance,
    extern
    fun{a:t@ype} myprint(a): void
    implement(a) myprint<List(int)> = …
  7. Adding some convenience wrappers:
    libats/ML/HATS/myfunset.hats
    libats/ML/HATS/myfunmap.hats
    libats/ML/HATS/myhashtblref.hats
  8. Fixing certain issues with overloaded dot-symbols
  9. Adding INT2PROGINATS-chapter: From genericity to late-binding
  10. Adding ATS2TUTORIAL-chapter: Persistent hashtables
  11. Adding ATS2TUTORIAL-chapter: Functional sets and maps

Dive into the World of Parallel Programming The Go Parallel Website,
sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for
all
things parallel software development, from weekly thought leadership blogs
to
news, videos, case studies, tutorials and more. Take a look and join the
conversation now. http://goparallel.sourceforge.net/
ats-lang-users mailing list
ats-lan...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ats-lang-users