programming 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. Task: programming
  2. Description: Debian Jr. programming
  3. The emphasis for this sampling of programming packages for children
  4. is first on simple interpreted languages. Also important for using
  5. languages with children are good documentation, and some ability to
  6. produce visual programs without too much effort. It is by no means
  7. a complete list, and you are encouraged to explore other languages
  8. with children as well; even those that are not specifically aimed for
  9. children.
  10. .
  11. The Logo language is specifically designed for children, with a strong
  12. emphasis on the visual and concrete. Littlewizard is an icon-based
  13. graphical programming language also designed for children.
  14. .
  15. Scratch is an easy, interactive, collaborative, visual programming language
  16. with children from ages 8 and up as their target group.
  17. .
  18. Arduino is a popular micro controller that is widely used by both people
  19. learning electronics and programming as well as seasoned veterans doing
  20. complex projects. It is necessary to connect a physical Arduino circuit board
  21. in order to experiment with arduino.
  22. Recommends: arduino
  23. Recommends: gvrng, kturtle, littlewizard
  24. Recommends: laby
  25. Recommends: puredata
  26. Recommends: scratch
  27. Recommends: sonic-pi
  28. Recommends: squeak-plugins-scratch
  29. Recommends: squeak-vm
  30. Recommends: shoes | shoes4
  31. Why: This package has existed in Debian but was removed due to lack of interest.
  32. Homepage: http://shoesrb.com/
  33. License: Expat
  34. Pkg-Description: tiny graphics and windowing toolkit using Ruby
  35. Shoes is a very informal graphics and windowing toolkit for making simple
  36. graphical applications. It blends ideas from the web (hyperlinks, simple text
  37. layout, and more) from traditional windowing toolkits (buttons, progress bars,
  38. dialogs and the like) and applications like NodeBox and Processing (drawing
  39. anywhere on the window with shapes and curves, simple animation).
  40. .
  41. Shoes uses Ruby as its interface language; applications created with it can
  42. run on Windows, Mac OS X and Linux.