Stalingrad 0.1 - AD for VLAD, a functional language.
Copyright 2004 and 2005 Purdue University. All rights reserved.

Monday 3 October 2005

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.

written by:
   Jeffrey Mark Siskind
   School of Electrical and Computer Engineering
   Purdue University
   465 Northwestern Avenue
   Lafayette IN 47907-2035 USA
   voice: +1 765 496-3197
   FAX:   +1 765 494-6440
   qobi@purdue.edu
   ftp://ftp.ecn.purdue.edu/qobi
   http://www.ece.purdue.edu/~qobi
            and
   Barak A. Pearlmutter
   Hamilton Institute
   National University of Ireland, Maynooth
   Co. Kildare
   Ireland
   voice: +353 1 7086100
   FAX:   +353 1 7086269
   barak@cs.nuim.ie
   http://www-bcl.cs.nuim.ie/~barak/

This distribution is associated with a paper submitted to TOPLAS.

To compile Stalingrad you first need to install Chicken. On Debian do:

# apt-get install chicken chicken-dev libpcre3-dev

To compile Stalingrad do:

% cd toplas2006/source
% make install

This takes about 1 minute 10 seconds on a 1.4GHz Thinkpad X40.

There is a precompiled binary for i686 GNU/Linux in toplas2006/bin
It may run on your platform.

To run the examples do:

% cd toplas2006/examples
% ./run

This takes about 1 hour 6 minutes on a 1.4GHz Thinkpad X40.
The output we get is in toplas2006/examples/run.text in case you don't care to
run it yourself.
