ucblogo 6.2.4-1build1 source package in Ubuntu

Changelog

ucblogo (6.2.4-1build1) noble; urgency=high

  * No change rebuild against libwxgtk3.2-1t64, libwxbase3.2-1t64.

 -- Julian Andres Klode <email address hidden>  Fri, 22 Mar 2024 17:58:03 +0100

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
ucblogo_6.2.4.orig.tar.xz 614.3 KiB 5f3adbee2953ed0f4c39245110b216e337fcd81c2291a096ba458e93c125d3cc
ucblogo_6.2.4-1build1.debian.tar.xz 5.4 KiB b41c324148c3035e8867b6b61ff75adfece4f0c7e05f08707035a020e4ad19f7
ucblogo_6.2.4-1build1.dsc 2.0 KiB 53948fc6de1e8bfc75730d580afde6de03dca0665bbaa1c56421c142987bb51c

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 ucblogo