Released November 04, 2005 ----++ Download [[Stratego Shell]] %VERSION% requires [[StrategoRelease016][Stratego/XT 0.16]] and the GNU Readline library. Source tar.gz * [[%PREFIX%/%TARNAME%-%VERSION%.tar.gz][%TARNAME%-%VERSION%]] Source RPM * [[%PREFIX%/fedora-core-3/%TARNAME%-%VERSION%-1.src.rpm][%TARNAME%-%VERSION%]] Redhat Linux RPM * [[%PREFIX%/redhat-9.0/%TARNAME%-%VERSION%-1.i386.rpm][%TARNAME%-%VERSION%]] (Redhat 9.0) SuSE Linux RPM * [[%PREFIX%/suse-9.0/%TARNAME%-%VERSION%-1.i586.rpm][%TARNAME%-%VERSION%]] (SuSE 9.0) Fedora Core RPM * [[%PREFIX%/fedora-core-2/%TARNAME%-%VERSION%-1.i386.rpm][%TARNAME%-%VERSION%]] (Fedora Core 2) * [[%PREFIX%/fedora-core-3/%TARNAME%-%VERSION%-1.i386.rpm][%TARNAME%-%VERSION%]] (Fedora Core 3) Nix Package One-click installation using [[http://www.cs.uu.nl/wiki/Trace/Nix][Nix]], open with =/nix/bin/nix-install-package= * [[%DIST%/%TARNAME%-%VERSION%/pkgs/%TARNAME%-%VERSION%-i686-linux.nixpkg][%TARNAME%-%VERSION% for i686-linux]] * [[%DIST%/%TARNAME%-%VERSION%/pkgs/%TARNAME%-%VERSION%-powerpc-darwin.nixpkg][%TARNAME%-%VERSION% for powerpc-darwin]] (MacOS X) ----++ License 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. ---++ News This release features a major redesign of the Stratego Shell, where the interpreter is now completely separated from the interactive shell and compiled as a separate library, libstri. This library can easily be reused in other applications that need to interpret Stratego code. The Stratego Interpreter command-line tool, stri, is now completely separated from the interactive shell and has an interface that is comparable to strc. Also, the Stratego Shell has been updated for the refactoring of the Stratego compiler in Stratego/XT 0.16, called strc-core. The interpreter evaluates a superset of the Stratego Core language, to limit the amount of time spent in the front-end of the compiler components, and to make the AST a bit closer to the original source. The source code of the shell has been modularized as well. The GNU readline bindings are now compiled in a separate library, so they can more easily be reused in different Stratego applications that need an interactive command-line. The Stratego Shell now supports separately compiled libraries, but currently by default only for the Stratego Library. Loading arbitrary compiled libraries into the shell is future work. The Stratego Shell supports overloading of external definitions, but you'd better not use this feature, since it is not supported by the compiler. Contributors: * Martin Bravenboer * Rob Vermaas * Nicolae Vintila ---++ More Information * See the [[StrategoShell][website of the Stratego Shell]] for a general introduction to the Stratego Shell and its development.