ucblogo 5.5-2.1 source package in Ubuntu

Changelog

ucblogo (5.5-2.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix bashism in debian/rules (closes: #484448)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  11 Jun 2008 13:07:09 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Intrepid
Original maintainer:
Hamish Moffatt
Architectures:
any
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe devel
Precise release universe devel

Downloads

File Size SHA-256 Checksum
ucblogo_5.5.orig.tar.gz 1.2 MiB a2922e065113274dd701ba3b03448134cceb047f3d6cadbe5322e23061e2ff9d
ucblogo_5.5-2.1.diff.gz 3.9 KiB c2042a8a0abff7793bdcb4ea2f955325c43c605a6d6b0603ea0bedee8ef9daff
ucblogo_5.5-2.1.dsc 990 bytes eca6aed1fdd1edfdaf39d1bdab38770192bdb92d4ac639743103de3df2ef06a8

Available diffs

View changes file

Binary packages built by this source

ucblogo: dialect of lisp using turtle graphics famous for teaching kids

 This is the UC Berkeley implementation of logo written primarily by
 Daniel Van Blerkom, Brian Harvey, Michael Katz, and Douglas Orleans. This
 version of logo is featured in Brian Harvey's book
 _Computer_Science_Logo_Style, _Volume_1: _Symbolic_Computing_
 (ISBN 0-262-58151-5). This version provides the following special features:
 .
  - Random-access arrays.
  - Variable number of inputs to user-defined procedures.
  - Mutators for list structure (dangerous).
  - Pause on error, and other improvements to error handling.
  - Comments and continuation lines; formatting is preserved when
    procedure definitions are saved or edited.
  - Terrapin-style tokenization (e.g., [2+3] is a list with one member)
    but LCSI-style syntax (no special forms except TO). The best of
    both worlds.
  - First-class instruction and expression templates.
  - Macros.

ucblogo-dbgsym: debug symbols for package ucblogo

 This is the UC Berkeley implementation of logo written primarily by
 Daniel Van Blerkom, Brian Harvey, Michael Katz, and Douglas Orleans. This
 version of logo is featured in Brian Harvey's book
 _Computer_Science_Logo_Style, _Volume_1: _Symbolic_Computing_
 (ISBN 0-262-58151-5). This version provides the following special features:
 .
  - Random-access arrays.
  - Variable number of inputs to user-defined procedures.
  - Mutators for list structure (dangerous).
  - Pause on error, and other improvements to error handling.
  - Comments and continuation lines; formatting is preserved when
    procedure definitions are saved or edited.
  - Terrapin-style tokenization (e.g., [2+3] is a list with one member)
    but LCSI-style syntax (no special forms except TO). The best of
    both worlds.
  - First-class instruction and expression templates.
  - Macros.