Category:AsciiDots

From Rosetta Code
(Redirected from AsciiDots)
Language
AsciiDots
This programming language may be used to instruct a computer to perform a task.
Official website
Execution method: Interpreted
Garbage collected: No
Type safety: Safe
Type strength: Strong
Type expression: Implicit
Type checking: Dynamic
See Also:
Listed below are all of the tasks on Rosetta Code which have been solved using AsciiDots.

AsciiDots is an esoteric programming language based on ascii art and electrical engineering. An AsciiDots program is a potentially complex track, which is traversed by one or more dots (the actual number varies as the code is executed). Each of these dots stores a single value, and may have an id. The program is executed in a series of steps, in which all dots moves one character forward, and may trigger operations depending on which character the dot lands. All dots are evaluated simultaneously, before the next step is executed.

Citations