Package scheme48-prescheme: Information

    Binary package: scheme48-prescheme
    Version: 1.8-alt2
    Architecture: x86_64
    Build time:  Apr 14, 2009, 05:20 PM
    Source package: scheme48
    Report package bug
    License: BSD
    Summary: PreScheme compiler
    Description: 
    Pre-Scheme is a low-level dialect of Scheme, designed for systems programming
    with higher-level abstractions. For example, the Scheme48 virtual machine is
    written in Pre-Scheme. Pre-Scheme is a particularly interesting alternative to
    C for many systems programming tasks, because not only does it operate at about
    the same level as C, but it also may be run in a regular high-level Scheme
    development with no changes to the source, without resorting to low-level stack
    munging with tools such as gdb. Pre-Scheme also supports two extremely
    important high-level abstractions of Scheme: macros and higher-order, anonymous
    functions. Richard Kelsey's Pre-Scheme compiler, based on his PhD research on
    transformational compilation, compiles Pre-Scheme to efficient C, applying
    numerous intermediate source transformations in the process.

    Maintainer: Alexey Voinov

    List of contributors:
    Alexey Voinov

    Last changed


    April 14, 2009 Alexey Voinov 1.8-alt2
    - textrel fixed
    - buildreqs updated
    Dec. 29, 2008 Alexey Voinov 1.8-alt1
    - new version (1.8)
    - deps on scheme48-vm fixed
    - build fixed (netdb patch)
    - makefile patch fixed
    - calls to %(un)register_alternatives removed
    Sept. 13, 2007 Alexey Voinov 1.7-alt1
    - new version (1.7)