((section 2 "Outdated egg!" (p "This is an egg for CHICKEN 4, the unsupported old release.  You're almost certainly looking for " (int-link "/eggref/5/stalin" "the CHICKEN 5 version of this egg") ", if it exists.") (p "If it does not exist, there may be equivalent functionality provided by another egg; have a look at the " (link "https://wiki.call-cc.org/chicken-projects/egg-index-5.html" "egg index") ". Otherwise, please consider porting this egg to the current version of CHICKEN.") (tags "egg") (toc)) (section 2 "stalin" (section 3 "Introduction" (p "This is a port of the " (link "http://cobweb.ecn.purdue.edu/~qobi/software.html" "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.")) (section 3 "Requirements" (p (tt "libgc") ", the " (link "http://www.hpl.hp.com/personal/Hans_Boehm/gc/" "Boehm garbage collector") " must be installed and available in your linker path.")) (section 3 "Usage" (pre " stalin [OPTION ...] FILENAME") (p "See the Stalin " (link "http://www.call-with-current-continuation.org/stalin.1.html" "manual") " for information about the available command line options and general usage information.")) (section 3 "Notes" (ul (li "On some systems (notably debian-based Linux), the libgc headers are not in the default location. Add " (tt "-copt -I/usr/include/gc") " to the invocation of " (tt "stalin") " (or in whatever path " (tt "gc.h") " is location) to set the proper include path") (li "On some systems libgc requires " (tt "libdl") ", add " (tt "-copt -ldl") " in this case."))) (section 3 "Extensions" (p "The following extensions have been added to this version of stalin:") (ul (li "support for " (tt "\\n") " (newline), " (tt "\\r") " (carriage return), " (tt "\\t") " (tab) and " (tt "\\e") " (escape) character sequences in string literals") (li (link "http://srfi.schemers.org/srfi-0" "SRFI-0") " (" (tt "cond-expand") ") The feature identifiers " (tt "stalin") ", " (tt "srfi-0") " and " (tt "stalin") " are defined."))) (section 3 "Platforms" (p "The compiler has been tested on Mac OS X 10.4 (ppc), and Linux (x86, amd64)")) (section 3 "Limitations" (ul (li "The compiler is extremely slow") (li "The Xlib and OpenGL interfaces provided with the original Stalin are not available"))) (section 3 "Authors" (p "Jeffrey Mark Siskind, port to CHICKEN by " (int-link "/users/felix winkelmann" "felix winkelmann"))) (section 3 "Version" (dl (dt "0.11.9") (dd "fix tests to handle both salmonella and \"chicken-install -test\" when invoking the external program chicken-stalin") (dt "0.11.6") (dd "use correct executable name for installation (thanks to mario)") (dt "0.11.5") (dd "forgot") (dt "0.11.4") (dd "renamed executable to " (tt "chicken-stalin")) (dt "0.11.3") (dd "renamed executable to " (tt "stalin")) (dt "0.11.2") (dd "ported to CHICKEN 4") (dt "0.11.1") (dd "Initial version"))) (section 3 "License" (pre "Copyright 1993, 1994, and 1995 University of Toronto. All rights reserved.\nCopyright 1996 Technion. All rights reserved.\nCopyright 1996 and 1997 University of Vermont. All rights reserved.\nCopyright 1997, 1998, 1999, 2000, and 2001 NEC Research Institute, Inc. All\nrights reserved.\nCopyright 2002, 2003, 2004, 2005, and 2006 Purdue University. All rights\nreserved.") (pre "This program is free software; you can redistribute it and/or\nmodify it under the terms of the GNU General Public License\nas published by the Free Software Foundation; either version 2\nof the License, or (at your option) any later version.") (pre "This program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\nGNU General Public License for more details.") (pre "You should have received a copy of the GNU General Public License\nalong with this program; if not, write to the Free Software\nFoundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA."))))