ucblogo 6.2.4-1 source package in Ubuntu

Changelog

ucblogo (6.2.4-1) unstable; urgency=medium

  * new upstream release

 -- Barak A. Pearlmutter <email address hidden>  Fri, 31 Mar 2023 14:44:01 +0100

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
Mantic release universe devel

Downloads

File Size SHA-256 Checksum
ucblogo_6.2.4-1.dsc 1.9 KiB 3a44c8153801f6d1fca69c4cc3870067aceb3b0d22c3fe40af03c89e0efab769
ucblogo_6.2.4.orig.tar.xz 614.3 KiB 5f3adbee2953ed0f4c39245110b216e337fcd81c2291a096ba458e93c125d3cc
ucblogo_6.2.4-1.debian.tar.xz 5.3 KiB 058f1bf08bdecb8c6ee8ab59186e9df2f4063144a05e9f8e54f796d5aeb1437f

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