Logo is a programming language created in 1967.
#208on PLDB | 57Years Old |
Logo is an educational programming language, designed in 1967 by Wally Feurzeig, Seymour Papert and Cynthia Solomon. "Logo" is not an acronym. It was derived from the Greek logos meaning word or "thought" by Feurzeig, to distinguish itself from other programming languages that were primarily numbers, not graphics or logic, oriented. Read more on Wikipedia...
print [Hello World]
; Hello World in Logo
DRUCKEZEILE [Hello World!]
Feature | Supported | Example | Token |
---|---|---|---|
Print() Debugging | ✓ | ||
Line Comments | ✓ | ; A comment | ; |
Comments | ✓ | ||
Semantic Indentation | X |