Category:MUMPS: Difference between revisions

From Rosetta Code
Content added Content deleted
mNo edit summary
No edit summary
Line 9: Line 9:
<p>See http://71.174.62.16/Demo/AnnoStd for details about the language.</p>
<p>See http://71.174.62.16/Demo/AnnoStd for details about the language.</p>


<p>MUMPS has one data type (strings). A variable can be unsubscripted or not, and the subscripted variables form a
<p>MUMPS has two data types (strings and objects). A variable can be unsubscripted or not, and the subscripted variables form a
sparse n-tree. MUMPS doesn't have arrays, but you can create a tree that only has one level of branching. Similarly, while the language doesn't have lists, you can mimic lists by creating strings with a consistent character (or string) between each entry.</p>
sparse n-tree. MUMPS doesn't have traditional arrays, but you can create a tree that can have unlimited levels of branching. Similarly, while the language doesn't have lists, you can mimic lists by creating strings with a consistent character (or string) separating the entries.</p>

Revision as of 22:57, 21 April 2011

Language
MUMPS
This programming language may be used to instruct a computer to perform a task.
Typing: Untyped
See Also:


Listed below are all of the tasks on Rosetta Code which have been solved using MUMPS.


Visit the Google group comp.lang.mumps for discussions about this language.

Visit Wikipedia for a general description.

See http://71.174.62.16/Demo/AnnoStd for details about the language.

MUMPS has two data types (strings and objects). A variable can be unsubscripted or not, and the subscripted variables form a sparse n-tree. MUMPS doesn't have traditional arrays, but you can create a tree that can have unlimited levels of branching. Similarly, while the language doesn't have lists, you can mimic lists by creating strings with a consistent character (or string) separating the entries.

Subcategories

This category has the following 3 subcategories, out of 3 total.

Pages in category "MUMPS"

The following 109 pages are in this category, out of 109 total.