ucblogo 5.5-2.1build1 source package in Ubuntu

Changelog

ucblogo (5.5-2.1build1) xenial; urgency=medium

  * No-change rebuild for ncurses6 transition.

 -- Matthias Klose <email address hidden>  Sat, 06 Feb 2016 20:53:56 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Xenial
Original maintainer:
Hamish Moffatt
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ucblogo_5.5.orig.tar.gz 1.2 MiB a2922e065113274dd701ba3b03448134cceb047f3d6cadbe5322e23061e2ff9d
ucblogo_5.5-2.1build1.diff.gz 3.9 KiB 7444763fb4c3055ed9d10ee445a61403784b71a745546d51de28ae9dceb24055
ucblogo_5.5-2.1build1.dsc 1.6 KiB e29c97538f8b437a64927fa009c0edb356c33cd811331d73e1dffbc2ea488036

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.