Content deleted Content added
also in caps |
MOUSE was in caps in that title Tags: Reverted 2017 wikitext editor |
||
Line 1:
{{Short description|Programming language}}
The '''Mouse''' (sometimes written as '''MOUSE''') programming language is a small computer [[programming language]] developed by Dr. Peter Grogono in the late 1970s and early 1980s.<ref name="grogono1">{{cite news | url=https://archive.org/stream/byte-magazine-1979-07/1979_07_BYTE_04-07_Automating_Eclipses#page mii/n197/mode/2up | title=
Mouse was originally intended as a small, efficient language for [[microcomputer]]s with limited memory. It is an interpreted, [[Stack (data structure)|stack]]-based language and uses [[Reverse Polish notation]]. To make an interpreter as easy as possible to implement, Mouse is designed so that a program is processed as a stream of characters, interpreted one character at a time.
|