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

    Исходный пакет: refal-plus
    Версия: 4137-alt3
    Собран:  29 января 2019 г. 17:36 в задании #220109
    Сообщить об ошибке в пакете
    Домашняя страница: http://rfp.botik.ru/

    Лицензия: GPLv2
    О пакете: A modern dialect of Refal programming language
    Описание: 
    Refal Plus is a modern dialect of Refal programming language.
    
    Refal (REcursive Functions Algorithmic Language) was originally
    developed in the middle of 1960s by V.F.Turchin as a tool for describing
    the semantics of other algorithmic languages. Later, when reasonably
    efficient Refal implementations had been created, Refal was used as
    a symbol manipulation language in such fields as computer algebra,
    compiler and interpreter writing, artificial intelligence, etc.
    
    The principal data type in Refal are arbitrary trees, referred to as
    ground expressions. In programs and text files ground expressions are
    represented by linear sequences of symbols and parentheses, with
    parentheses being properly paired. Symbols represent such elementary
    data objects as characters, words, numbers and references to objects.
    
    The principal means of analyzing and accessing ground expressions is
    pattern matching. Refal patterns may contain symbols, parentheses, and
    variables. If matching a ground expression against a pattern succeeds,
    the pattern's variables are bound to the corresponding components of the
    ground expression, which can be used later for building new ground
    expressions.
    
    Refal Plus has been developed taking into account the experience gained
    from the design, implementation and use of such languages as Basic
    Refal, Refal-2, Refal-4, Refal-5 and RL.
    
    As compared to the other Refal dialects, Refal Plus provides the
    following features:
    
        * Advanced modules support
        * Static declarations of dynamic objects
        * Significantly improved function declarations
        * Failure and error trapping
        * Input/output of ground expressions
        * Operations on boxes, vectors, and tables
        * "Vector" representation of ground expressions

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    refal-plus (x86_64, i586, aarch64)
    refal-plus-debuginfo (x86_64, i586, aarch64)
    refal-plus-devel (x86_64, i586, aarch64)
    refal-plus-samples (x86_64, i586, aarch64)

    Сопровождающий: George V. Kouryachy


      1. libgmp-devel
      2. unzip
      3. gcc7
      4. gcc7-c++

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


    28 января 2019 г. George V. Kouryachy 4137-alt3
    - Explicitly require gcc7 for build
    22 февраля 2018 г. George V. Kouryachy 4137-alt2
    - Fixed build with new toolchain
    6 июля 2017 г. Aleksei Nikiforov 4137-alt1.2
    - Fixed build with new toolchain