Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Stalin (Scheme implementation)
Scheme implementation

In computing, Stalin (STAtic Language ImplementatioN) is a programming language, an aggressive optimizing batch whole-program Scheme compiler written by Jeffrey Mark Siskind. It uses advanced data flow analysis and type inference and a variety of other optimization methods to produce code. Stalin is intended for production use in generating an optimized executable.

The compiler runs slowly, with little or no support for debugging or other niceties. Full R4RS Scheme is supported, with a few minor and rarely encountered omissions. Interfacing to external C libraries is straightforward. The compiler does lifetime analysis and hence does not generate as much garbage as might be expected, but global reclamation of storage is done using the Boehm garbage collector.

The name is a joke: "Stalin brutally optimizes."

Stalin is free and open-source software, licensed under a GNU General Public License (GPL), and is available online.

We don't have any images related to Stalin (Scheme implementation) yet.
We don't have any YouTube videos related to Stalin (Scheme implementation) yet.
We don't have any PDF documents related to Stalin (Scheme implementation) yet.
We don't have any Books related to Stalin (Scheme implementation) yet.
We don't have any archived web articles related to Stalin (Scheme implementation) yet.

See also

  • Free and open-source software portal

Official website

  • A Google Code project – includes a Windows version and a GUI
  • Research Statement by Siskind (compares Stalin with other Scheme compilers, and states that "STALIN often generates code that outperforms handwritten C and Fortran code.")
  • Flow-Directed Lightweight Closure Conversion by Siskind (presents a lightweight closure-conversion method that is driven by the results of whole-program interprocedural flow, reachability, points-to, and escape analyses, used in the Stalin compiler)