Measures Concepts
GitHub icon

Mouse

Mouse - Programming language

< >

Mouse is a programming language created in 1970.

#1312on PLDB 54Years Old

Try now: TIO

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...


Example from hello-world:
"Hello World" '! !' $
Example from Wikipedia:
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

Language features

Feature Supported Token Example
Strings ✓ "
"Hello world"
Comments ✓
~ A comment
Line Comments ✓ ~
~ A comment
Semantic Indentation X

View source

- Build the next great programming language · Search · Add Language · Features · Creators · Resources · About · Blog · Acknowledgements · Queries · Stats · Sponsor · Day 605 · feedback@pldb.io · Logout