Пакет perl-Language-Logo: Информация

    Исходный пакет: perl-Language-Logo
    Версия: 1.000-alt2
    Последняя версия по данным Repology
    Собран:  20 февраля 2014 г. 22:46 в задании #114902
    Категория: Разработка/Perl
    Сообщить об ошибке в пакете
    Домашняя страница: http://search.cpan.org/dist/Language-Logo/

    Лицензия: perl
    О пакете: An implementation of the Logo programming language
    Описание: 
    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.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    perl-Language-Logo (noarch)

    Сопровождающий: Igor Vlasenko

    Список участников:
    Igor Vlasenko

    Права:
    Igor Vlasenko
    @everybody

      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. perl(ExtUtils/MakeMaker.pm)
      8. perl(IO/Select.pm)
      9. perl(IO/Socket.pm)
      10. xvfb-run

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


    20 февраля 2014 г. Igor Vlasenko 1.000-alt2
    - moved to Sisyphus for Slic3r (by dd@ request)
    15 октября 2013 г. Igor Vlasenko 1.000-alt1
    - initial import by package builder