Mouse is a programming language created in 1970.
#1190on PLDB | 54Years Old |
The Mouse programming language is a small computer programming language developed by Dr. Peter Grogono in the late 1970s and early 1980s. It was developed as an extension of an earlier language called MUSYS, which was used to control digital and analog devices in an electronic music studio. Read more on Wikipedia...
"Hello World"
'! !'
$
1 N: ~ initialize N to 1
( N. N. *Â ! " " ~ begin loop; print squares of numbers
N. 10 - 0 < ^ ~ exit loop if N >= 10
N. 1 + N: ) $ ~ increment N and repeat loop
Feature | Supported | Example | Token |
---|---|---|---|
Strings | ✓ | "Hello world" | " |
Comments | ✓ | ~ A comment | |
Line Comments | ✓ | ~ A comment | ~ |
Semantic Indentation | X |