File: control

package info (click to toggle)
junior-programming 1.9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 20 kB
  • ctags: 4
  • sloc: makefile: 28
file content (22 lines) | stat: -rw-r--r-- 981 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: junior-programming
Section: misc
Priority: extra
Maintainer: Ben Armstrong <synrg@sanctuary.nslug.ns.ca>
Standards-Version: 3.6.1

Package: junior-programming
Architecture: all
Depends: ucblogo, python2.3, python2.3-doc, python-tk, python-mode, idle, drscheme
Description: Debian Jr. programming
 The emphasis for this sampling of programming packages for children
 is first on simple interpreted languages.  Also important for using
 languages with children are good documentation, and some ability to
 produce visual programs without too much effort.  It is by no means
 a complete list, and your are encouraged to explore other languages
 with children as well.
 .
 The Logo language is specifically designed for children, with a strong
 emphasis on the visual and concrete, while Python is recognized as
 a good language to teach programming with, has very good docs, and
 a number of different gui bindings, Tk being the most common so that
 is what is included here.