Paketname | ucblogo |
Beschreibung | a dialect of lisp using turtle graphics famous for teaching kids |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 5.5-2.1 |
Sektion | universe/devel |
Priorität | optional |
Installierte Größe | 3540 Byte |
Hängt ab von | libc6 (>= 2.4), libice6 (>= 1:1.0.0), libncurses5 (>= 5.6+20071006-3), libsm6, libx11-6 |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 647952 Byte |
Prüfsumme MD5 | 700be73b5e3e946ae2d62cc1bcea3661 |
Prüfsumme SHA1 | 825002ca15296f53a73883ccbdb3dc5ff54dae1f |
Prüfsumme SHA256 | 0e778dfdd6f0f497b99e37647a45c6c0fef03324378ca1f459a519bd492031dd |
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.
|