Package perl-Language-Logo: Information

    Source package: perl-Language-Logo
    Version: 1.000-alt2
    Build time:  Feb 20, 2014, 10:46 PM in the task #114902
    Category: Development/Perl
    Report package bug
    License: perl
    Summary: An implementation of the Logo programming language
    Description: 
    This module provides an implementation of the Logo programming language, with
    all of the necessary drawing primitives in a Tk Canvas.  The Canvas object is
    also referred to as the "screen".
    
    The first construction of a Language::Logo object causes a server to be
    created in a separate process; this server then creates a Tk GUI with a
    Tk::Canvas for use by the client's "turtle", and responds to all requests
    from the client's commands.  In this way, multiple clients may be constructed
    simultaneously -- each one with its own "turtle".
    
    In this first release, not all of the Logo language is implemented.
    Rather, the primary commands available are those which directly affect
    the turtle, and are related to drawing on the screen.  The intent is to
    use the Logo in conjunction with Perl as a sort of "hybrid" language;
    Perl us used as the higher-level language layer through which all loop
    constructs, conditionals, and data-manipulation is done.  This allows
    for a substantial level of programming power.

    List of rpms provided by this srpm:
    perl-Language-Logo (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

      1. perl(Sys/Hostname.pm)
      2. perl(Test/More.pm)
      3. perl(Tk.pm)
      4. perl-devel
      5. perl-podlators
      6. rpm-build-perl
      7. xvfb-run
      8. perl(ExtUtils/MakeMaker.pm)
      9. perl(IO/Select.pm)
      10. perl(IO/Socket.pm)

    Last changed


    Feb. 20, 2014 Igor Vlasenko 1.000-alt2
    - moved to Sisyphus for Slic3r (by dd@ request)
    Oct. 15, 2013 Igor Vlasenko 1.000-alt1
    - initial import by package builder