Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Mouse

< >

Mouse is a programming language created in 1970.

#1181on PLDB 54Years Old
Homepage · REPL · Try It Online · Wikipedia

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 Example Token
Strings ✓ "Hello world" "
Comments ✓ ~ A comment
Line Comments ✓ ~ A comment ~
Semantic Indentation X

- Build the next great programming language · Add · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v144.0.0