First release of AlphaCaml

Francois Pottier <[email protected]> Fri, 10 Jun 2005 10:15:47 +0200
Newsgroups gmane.comp.lang.caml.announce
Message-ID <[email protected]>
Dear all,

It is my pleasure to announce the initial release of alphaCaml.

AlphaCaml is a tool that turns a so-called ``binding specification'' into=
 an
Objective Caml compilation unit. A binding specification resembles an
algebraic data type declaration, but also includes information about name=
s and
binding. AlphaCaml is meant to help writers of interpreters, compilers, o=
r
other programs-that-manipulate-programs deal with alpha-conversion in a s=
afe
and concise style.

In short, alphaCaml can be understood as an alternative to Fresh Objectiv=
e
Caml. It takes the form of a code generator and a library, instead of a s=
et of
patches to the compiler and runtime system. Furthermore, its binding
specification language is more expressive.

An introduction to alphaCaml is available at

  http://cristal.inria.fr/~fpottier/publis/fpottier-alphacaml.pdf

The source code is available at

  http://cristal.inria.fr/~fpottier/alphaCaml/alphaCaml-20050609.tar.gz

Installation requires Objective Caml and findlib. A GODI
package should also be available soon -- watch out for it.

This is an initial release. There is a lot of progress to be made. Commen=
ts,
suggestions, and criticism are welcome. Authors of systems (written in
Objective Caml) where alpha-conversion is an issue are warmly encouraged =
to
try it out and to make their impressions public!

Best regards,

--=20
Fran=E7ois Pottier
[email protected]
http://pauillac.inria.fr/~fpottier/

_______________________________________________
Caml-announce mailing list
[email protected]
http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-announce