ucblogo 6.2.2-1 source package in Ubuntu

Changelog

ucblogo (6.2.2-1) unstable; urgency=medium

  * bump policy
  * new upstream release

 -- Barak A. Pearlmutter <email address hidden>  Thu, 13 Jan 2022 14:07:02 +0000

Upload details

Uploaded by:
Barak A. Pearlmutter
Uploaded to:
Sid
Original maintainer:
Barak A. Pearlmutter
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ucblogo_6.2.2-1.dsc 1.9 KiB fc6bf4237c0d2bcbf48f1a7e23463bfc5e700b0b3628a29ac2400a011d89d774
ucblogo_6.2.2.orig.tar.xz 612.1 KiB 4a4ffa4f7031123cbf09db7dbeb1beade1b520ec37b6aa5d98a43f94a944983b
ucblogo_6.2.2-1.debian.tar.xz 5.7 KiB b3d2861670a9fac210dfb536958a9707ceca1fa5ba71bc4c7f36623f70e8b522

Available diffs

No changes file available.

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 ucblogo