Hi,
I am glad to announce the release of ATS2-0.2.4.
This is the 27th release of ATS2, the successor of the
ATS (currently referred to as ATS1) programming language. The
compiler for ATS2 is given the name ATS/Positats, ATS2/Postiats
or simply Postiats.
The official website for ATS is:
ATS-Postiats is hosted at github:
Major releases of ATS2 are available at:
Major releases of external packages for ATS2 are available at:
A google-group for discussing ATS and related issues is at:
https://groups.google.com/forum/?fromgroups#!forum/ats-lang-users
The following packages are included in this release:
ATS2-Postiats-0.2.4.tgz # requiring libgmp
ATS2-Postiats-contrib-0.2.4.tgz # contributed packages
ATS2-Postiats-include-0.2.4.tgz # CATS-files w/ BSD-like license
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 since the last release
(ATS2-0.2.3).
Cheers,
–Hongwei Xi
Computer Science Department
Boston University
111 Cummington Street
Boston, MA 02215
Email: hw…@cs.bu.edu
Url: http://www.cs.bu.edu/~hwxi
Tel: +1 617 358 2511 (office)
Fax: +1 617 353 6457 (department)
Here is a list of major additions and changes since the last release:
- Fixing a bug due to abstract types being given the ‘empty’ name.
- Adding libats/theGetters
- Fixing a bug in ATS-extsolve (involving the s2rtdatmap generation)
- Fixing a minor parsing bug in CATS-parsemit
- Adding libatsopt, the library version of patsopt; see utils/libatsopt
- Adding some ifdef-guards:
ATS_EXTERN_DEF__ for guarding the definition of ATSextern()
ATS_STATIC_DEF__ for guarding the definition of ATSstatic()
ATS_INLINE_DEF__ for guarding the definition of ATSinline() - Adding some examples to illustrate a way of using ATS+Emscripten
- Supporting evaluated expressions (of the form %(…)) in statics
- Generally improving libatscc2js and libatscc2erl
- With libatsopt(JS), patsopt can now run entirely inside the browser.
- Adding char2int1 and fixing add_bool_bool and mul_bool_bool
ats-lang-users mailing list
ats-lan...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ats-lang-users