Package pure: Information

    Source package: pure
    Version: 0.57-alt2
    Build time:  Dec 25, 2013, 12:48 PM in the task #110999
    Copied in the task: #110999
    Report package bug
    License: GPLv3+
    Summary: A term-rewriting functional programming language
    Description: 
    Pure is a functional programming language based on term rewriting.
    It has a modern syntax featuring curried function applications,
    lexical closures and equational definitions with pattern matching,
    and thus is somewhat similar to languages of the Haskell and ML
    variety.  But Pure is also a very dynamic and reflective language,
    and is more like Lisp in this respect.  The interpreter has an
    LLVM backend to do JIT compilation, hence programs run blazingly
    fast and interfacing to C modules is easy.

    List of rpms provided by this srpm:
    i586-libpure (x86_64-i586)
    i586-libpure-devel (x86_64-i586)
    libpure (x86_64, i586)
    libpure-debuginfo (x86_64, i586)
    libpure-devel (x86_64, i586)
    pure (x86_64, i586)
    pure-debuginfo (x86_64, i586)
    pure-examples (noarch)

    Maintainer: George V. Kouryachy



      1. libelf-devel
      2. libffi-devel
      3. llvm-devel
      4. libmpfr-devel
      5. libgmp-devel
      6. flex
      7. libgsl-devel
      8. gcc-c++
      9. libreadline-devel

    Last changed


    Aug. 28, 2013 George V. Kouryachy 0.57-alt2
    - Intruduce FC patches for llvm 3.3
    Feb. 28, 2013 Dmitry V. Levin 0.57-alt1
    - Updated to 0.57.
    July 10, 2012 Vitaly Kuznetsov 0.55-alt1
    - Version up