Пакет scheme48-prescheme: Информация

    Бинарный пакет: scheme48-prescheme
    Версия: 1.8-alt2
    Архитектура: i586
    Собран:  14 апреля 2009 г. 17:20
    Исходный пакет: scheme48
    Категория: Разработка/Scheme
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.s48.org/

    Лицензия: BSD
    О пакете: PreScheme compiler
    Описание: 
    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.

    Сопровождающий: Alexey Voinov

    Список участников:
    Alexey Voinov

    Последнее изменение


    14 апреля 2009 г. Alexey Voinov 1.8-alt2
    - textrel fixed
    - buildreqs updated
    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
    13 сентября 2007 г. Alexey Voinov 1.7-alt1
    - new version (1.7)