You are looking at historical revision 21720 of this page. It may differ significantly from its current revision.

Introduction

This is a port of the Stalin to CHICKEN, that is, Stalin hosted on the CHICKEN Scheme system. Stalin compiles a subset of R4RS Scheme to C code, which can subsequently be compiled to highly efficient self-contained executables.

Requirements

libgc, the Boehm garbage collector must be installed and available in your linker path.

Usage

 chicken-stalin [OPTION ...] FILENAME

See the Stalin manual for information about the available command line options and general usage information.

Notes

Extensions

The following extensions have been added to this version of stalin:

Platforms

The compiler has been tested on Mac OS X 10.4 (ppc), and Linux (x86, amd64)

Limitations

Authors

Jeffrey Mark Siskind, port to CHICKEN by felix winkelmann

Version

0.11.2
ported to CHICKEN 4
0.11.1
Initial version

License

Copyright 1993, 1994, and 1995 University of Toronto. All rights reserved.
Copyright 1996 Technion. All rights reserved.
Copyright 1996 and 1997 University of Vermont. All rights reserved.
Copyright 1997, 1998, 1999, 2000, and 2001 NEC Research Institute, Inc. All
rights reserved.
Copyright 2002, 2003, 2004, 2005, and 2006 Purdue University. All rights
reserved.
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.