Logo
This programming language may be used to instruct a computer to perform a task.
Listed below are all of the tasks on Rosetta Code which have been solved using Logo.
This programming language may be used to instruct a computer to perform a task.
Garbage collected: | Yes |
---|---|
Type safety: | Safe |
Type strength: | Strong |
Type compatibility: | Structural |
Type expression: | Implicit |
Type checking: | Dynamic |
See Also: |
Your Help Needed
If you know Logo, please write code for some of the tasks not implemented in Logo.
Logo is a language invented by Seymour Papert in the 1960's designed expressly for teaching programming to children. It is well known for its built-in turtle graphics. Unlike other languages which attempt to fill the educational niche, like BASIC, Logo has Lisp-like underpinnings, and can be used to teach structured, recursive, and functional programming.
If you know Logo, please write code for some of the tasks not implemented in Logo.
See Also[edit]
- papert - a Logo interpreter written in JavaScript
- Another Logo interpreter written in JavaScript by Joshua Bell
- Lhogho - a Logo compiler written in C by Pavel Boytchev
Subcategories
This category has the following 3 subcategories, out of 3 total.
Pages in category "Logo"
The following 205 pages are in this category, out of 205 total.
2
A
- A+B
- ABC problem
- Ackermann function
- Animate a pendulum
- Animation
- Apply a callback to an array
- Arithmetic-geometric mean
- Arithmetic/Integer
- Array concatenation
- Arrays
- Associative array/Creation
- Averages/Arithmetic mean
- Averages/Mean angle
- Averages/Pythagorean means
- Averages/Root mean square
- Averages/Simple moving average
C
D
E
F
G
H
L
- Langton's ant
- Last Friday of each month
- Leap year
- Least common multiple
- Linear congruential generator
- Literals/Integer
- Literals/String
- Logical operations
- Longest common subsequence
- Look-and-say sequence
- Loop over multiple arrays simultaneously
- Loops/Do-while
- Loops/Downward for
- Loops/For
- Loops/For with a specified step
- Loops/Foreach
- Loops/Infinite
- Loops/N plus one half
- Loops/Nested
- Loops/While
- Luhn test of credit card numbers
M
P
R
S
- Scope modifiers
- Search a list
- Self-describing numbers
- Sequence of non-squares
- Short-circuit evaluation
- Sierpinski triangle
- Sierpinski triangle/Graphical
- Sieve of Eratosthenes
- Simple windowed application
- Singly-linked list/Element definition
- Singly-linked list/Element insertion
- Singly-linked list/Traversal
- Sleep
- Sorting algorithms/Merge sort
- Sorting algorithms/Quicksort
- Stack
- Stair-climbing puzzle
- String case
- String concatenation
- String length
- String matching
- Strip a set of characters from a string
- Subleq
- Substring
- Substring/Top and tail
- Sum and product of an array
- Sum digits of an integer
- Sum of a series
- Sum of squares
- Symmetric difference
- System time