ucblogo 6.2.2-3 source package in Ubuntu

Changelog

ucblogo (6.2.2-3) unstable; urgency=medium

  * transition from wxwidgets3.0 to  wxwidgets3.2 (closes: #1019771)
  * bump policy

 -- Barak A. Pearlmutter <email address hidden>  Thu, 15 Sep 2022 10:04:49 +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

Downloads

File Size SHA-256 Checksum
ucblogo_6.2.2-3.dsc 1.9 KiB ac4f64ccbc77bd8bf33464ac8172e260f2255695bae330c821af45a910c43854
ucblogo_6.2.2.orig.tar.xz 612.1 KiB 4a4ffa4f7031123cbf09db7dbeb1beade1b520ec37b6aa5d98a43f94a944983b
ucblogo_6.2.2-3.debian.tar.xz 6.0 KiB 1e3e4c1a78c94a05d6bcfc5f174790fd97e29223113bccc9094cfa999d82522d

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