LOGO: Difference between revisions
No edit summary |
(whick to which) |
||
Line 15: | Line 15: | ||
Works under Python (which, it seems, will be a given in the laptop). Is this enough Logo? |
Works under Python (which, it seems, will be a given in the laptop). Is this enough Logo? |
||
;Scratch : http://llk.media.mit.edu/projects/summaries/scratch.shtml |
;Scratch : http://llk.media.mit.edu/projects/summaries/scratch.shtml |
||
Runs under Squeak ( |
Runs under Squeak (which is bulky?). Is this enough Logo? |
||
;NetLogo : http://ccl.northwestern.edu/netlogo/ |
;NetLogo : http://ccl.northwestern.edu/netlogo/ |
||
Freeware, but not open source. Requires Java. Actively developed; high quality. |
Freeware, but not open source. Requires Java. Actively developed; high quality. |
Revision as of 15:39, 2 June 2006
A powerful programming language built to be easy for children to use. LOGO is essentially a dialect of LISP without the parentheses that traditional LISP requires. It has been implemented in many versions including Brian Harvey's UCBLogo and the multimedia authoring toolkit called Hyperstudio.
There are lessons to be learned in all of these systems if OLPC application developers wish to stand on the shoulders of giants rather than reinvent the wheel over and over again.
Variations
Needs a better GUI (Brian Harvey is working on one, but he is working on it alone and as a hobby). It can be translated (without recompilation) to languages that have their character sets in 1 byte encodings. It was been translated to Spanish (LogoES)
Needs testing, packaging and materials (maybe it's still too beta)
Needs a migration to Linux. Has lots of learning material on the Internet
Needs a migration to Linux
Works under Python (which, it seems, will be a given in the laptop). Is this enough Logo?
Runs under Squeak (which is bulky?). Is this enough Logo?
Freeware, but not open source. Requires Java. Actively developed; high quality.
- LogoWiki
- http://www.logowiki.net
Recently developed by Alan Kay and friends. Built on top of JavaScript.
Necesary features
- Multilingual support
- Trigonometric functions, sqrt, exp, power, log, ln (to be able to draw at least figure 24 accurately)
Requested Features
- Optional inputs, like UCBLogo
- ColorUnder (or "Pixel")
- SetPenColor