Paketname | ucblogo |
Beschreibung | a dialect of lisp using turtle graphics famous for teaching kids |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 5.5-2.1 |
Sektion | devel |
Priorität | optional |
Installierte Größe | 3456 Byte |
Hängt ab von | libc6 (>= 2.7-1), libice6 (>= 1:1.0.0), libncurses5 (>= 5.6+20071006-3), libsm6, libx11-6 |
Empfohlene Pakete | |
Paketbetreuer | Hamish Moffatt |
Quelle | |
Paketgröße | 653028 Byte |
Prüfsumme MD5 | 56411372be31d5227a8e44f96b6cdffb |
Prüfsumme SHA1 | 4a289a9ddc6da73feb1e455979e2f91a0c8664e9 |
Prüfsumme SHA256 | 6fb2238ad81acc9c2e4cc2c4e40d27bee14e15e4611a7f115165ddd55cdf1a44 |
Link zum Herunterladen | ucblogo_5.5-2.1_i386.deb |
Ausführliche Beschreibung | 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.
|