chickadee » stalin

Outdated egg!

This is an egg for CHICKEN 4, the unsupported old release. You're almost certainly looking for the CHICKEN 5 version of this egg, if it exists.

If it does not exist, there may be equivalent functionality provided by another egg; have a look at the egg index. Otherwise, please consider porting this egg to the current version of CHICKEN.

stalin

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

 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.9
fix tests to handle both salmonella and "chicken-install -test" when invoking the external program chicken-stalin
0.11.6
use correct executable name for installation (thanks to mario)
0.11.5
forgot
0.11.4
renamed executable to chicken-stalin
0.11.3
renamed executable to stalin
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.