Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37480088
en ru br
ALT Linux repos
S:1.000-alt2

Group :: Development/Perl
RPM: perl-Language-Logo

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.000-alt2
Build date: 20 february 2014, 18:40 ( 530.7 weeks ago )
Size: 21.00 Kb

Home page:   http://search.cpan.org/dist/Language-Logo/

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.

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Language-Logo
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin