ucblogo 6.2.2-3build1 source package in Ubuntu

Changelog

ucblogo (6.2.2-3build1) lunar; urgency=medium

  * No-change rebuild against wxwidgets 3.2.1

 -- Graham Inggs <email address hidden>  Fri, 20 Jan 2023 13:39:45 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
ucblogo_6.2.2.orig.tar.xz 612.1 KiB 4a4ffa4f7031123cbf09db7dbeb1beade1b520ec37b6aa5d98a43f94a944983b
ucblogo_6.2.2-3build1.debian.tar.xz 6.0 KiB 2778b2600c5a79baa314584087f56f18ca5d31e41c21ac514817f9a688bc521c
ucblogo_6.2.2-3build1.dsc 1.9 KiB c48a674167b1609eac14496a6632481f4f62374433f7d3030f88308b6fb44664

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