Mouse (programming language) (original) (raw)

Property Value
dbo:abstract 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. Mouse was originally intended as a small, efficient language for microcomputers with limited memory. It is an interpreted, 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. The elements of the Mouse language consist of a set of (mostly) one-character symbols, each of which performs a specific function (see table below). Since variable names are limited to one character, there are only 26 possible variables in Mouse (named A-Z). Integers and characters are the only available data types. Despite these limits, Mouse includes a number of relatively advanced features, including: * Conditional branching * Loops * Pointers * Macros (subroutines (which may be recursive)) * Arrays * Code tracing The design of the Mouse language makes it ideal for teaching the design of a simple interpreter. Much of the book describing Mouse is devoted to describing the implementation of two interpreters, one in Z80 assembly language, the other in Pascal. (en)
dbo:wikiPageExternalLink http://mouse.sourceforge.net/ https://web.archive.org/web/20070307145837/http:/www.geocities.com/fullerhaparnoldafmil/mouse.html http://users.encs.concordia.ca/~grogono/Mouse/mouse.html http://primepuzzle.com/mouse/mouse.html http://mouse.davidgsimpson.com https://archive.today/20030506120304/http:/cth.dtdns.net/mouse/
dbo:wikiPageID 6378343 (xsd:integer)
dbo:wikiPageLength 7151 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID 1095043680 (xsd:integer)
dbo:wikiPageWikiLink dbc:Stack-oriented_programming_languages dbr:Microcomputer dbr:Z80 dbr:Pascal_(programming_language) dbr:Reverse_Polish_notation dbr:Assembly_language dbr:Stack_(data_structure) dbr:Programming_language
dbp:wikiPageUsesTemplate dbt:Authority_control dbt:Reflist
dct:subject dbc:Stack-oriented_programming_languages
gold:hypernym dbr:Language
rdf:type owl:Thing dbo:Language
rdfs:comment 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. Despite these limits, Mouse includes a number of relatively advanced features, including: * Conditional branching * Loops * Pointers * Macros (subroutines (which may be recursive)) * Arrays * Code tracing (en)
rdfs:label Mouse (programming language) (en)
owl:sameAs freebase:Mouse (programming language) wikidata:Mouse (programming language) https://global.dbpedia.org/id/gAsH
prov:wasDerivedFrom wikipedia-en:Mouse_(programming_language)?oldid=1095043680&ns=0
foaf:isPrimaryTopicOf wikipedia-en:Mouse_(programming_language)
is dbo:wikiPageDisambiguates of dbr:Mouse_(disambiguation)
is dbo:wikiPageRedirects of dbr:Mouse_(language) dbr:Mouse_programming_language dbr:MOUSE_programming_language
is dbo:wikiPageWikiLink of dbr:Mouse_(disambiguation) dbr:Mouse_(language) dbr:List_of_programming_languages dbr:Non-English-based_programming_languages dbr:Mouse_programming_language dbr:MOUSE_programming_language
is foaf:primaryTopic of wikipedia-en:Mouse_(programming_language)