Category:Logo
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: |
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.
See Also
Subcategories
This category has the following 3 subcategories, out of 3 total.
@
- Logo Implementations (3 P)
- Logo User (24 P)
Pages in category "Logo"
The following 200 pages are in this category, out of 211 total.
(previous page) (next page)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
- Caesar cipher
- Catalan numbers
- Chaos game
- Character codes
- Check that file exists
- Collections
- Color of a screen pixel
- Combinations
- Comma quibbling
- Command-line arguments
- Comments
- Compound data type
- Conditional structures
- Copy a string
- Count in octal
- Create a two-dimensional array at runtime
- CSV data manipulation
D
E
F
G
H
I
L
- Langton's ant
- Last Friday of each month
- Leap year
- Least common multiple
- Linear congruential generator
- Literals/Integer
- Literals/String
- Logical operations
- Long year
- 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 turtle graphics
- 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