[Home]History of MUMPS programming language

HomePage | Recent Changes | Preferences

Revision 8 . . (edit) December 1, 2001 5:13 am by (logged).146.129.xxx
Revision 7 . . (edit) October 31, 2001 5:33 am by Kragen [Added link.]
Revision 5 . . (edit) September 4, 2001 11:55 pm by (logged).180.71.xxx
  

Difference (from prior major revision) (minor diff, author diff)

Changed: 1,4c1,3
MUMPS is a programming language whose name stands for
: Massachusetts General Hospital Utility Multi-Programming System.

It is a high level programming language which is strictly imperative, with an integrated database system.
MUMPS is a programming language whose name stands for
: Massachusetts General Hospital Utility Multi-Programming System. It is now also referred to as 'M'.
It is a strictly imperative high level programming language, with a fully integrated database system. It is one of the earliest ANSI standard languages.

Changed: 6c5
Just as Lisp has a single data type (the list), MUMPS uses the single data type of 'string of characters'.
Just as Lisp has a single data type (the list), MUMPS uses the single intrinsic data type of 'string of characters'. Data can be manipulated as integers, dates, floating point numbers, ...; all conversions are done intrinsically without programmer intervention.

Changed: 8c7,12
An alternate description is that the primary data structure is a string subscripted tree, with string values stored at the leaf nodes and the interior nodes.
An alternate description is that the primary data structure is a string subscripted tree, with string values stored, in lexical order, at the leaf nodes and the interior nodes.

The biggest consequence of this internal representation is that database operations are economical (in both disk space and execution time). MUMPS is extremely well suited to real world data, which is often 'sparse' (ie has missing fields). There is no penalty in storage space if a defined data value is not present. This is an extremely helpful feature in a clinical context.
MUMPS includes almost no operating system specific command syntax, very fewfile system interface commands, and no machine specific commands. It is thus quite portable. Additionally, database manipulation code is extremely brief. A MUMPS routine implementing a complex database interaction might be a page or two of code. The equivalent in a less high level language (C, Pascal, Fortran, ...) is likely to be an order of magnitude larger. MUMPS is a highly cost effective application programming tool.

The Veteran's Administration of the US Government officially adopted MUMPS as the programming language to be used to implement a planned patient Admission, Tracking, Discharge system in the early 1980's. The initial version of the system was delivered early and under budget, has been continuously extended in the years since, and is available at no cost in source code. The original system was called FileMan (implementing a full clinical database system) and additions in the years since have included a kernel, mail facilities, tcp interface facilities, etc. Nearly all of this is still available at no charge and in source code. The current version of the system is called VISTA. Nearly the entire VA hospital system in the United States, the Indian Health Service, and major parts of the Department of Defense hospital system (different than the VA's for historical reasons) all still run the system for clinical data tracking.

Changed: 10c14
Multi-programming is a form of multi-tasking which is a form of threading.
MUMPS is widely used in health care and financial operations world wide. There are active MUMPS communities (users, programmers, designers) in South America, Europe, Japan, Finland, Russia, ... in addition to the US. There is also a very active programmer community which has been distributing no charge MUMPS implementations and applications (often in source code) since the early 1980's. The MUMPS community was an early advocate of open source development and distribution.

Changed: 12c16
MUMPS was developed by [Otto Barnett]?'s lab at [Massachusetts General Hospital]? in 1967, originally running on a [Digital Equiqment Corporation]? PDP-8. It is currently available on many operating systems, from MSDOS? 3.0 through VAX VMS through Linux. Depending on the implementation, MUMPS systems may have from 3 to several thousand concurrently active jobs.
MUMPS was developed by [Octo Barnett]?'s animal lab at [Massachusetts General Hospital]?in Boston in 1966/7?, originally running on a spare Digital Equipment Corporation PDP-7?. It is currently available on many operating systems, from MSDOS? 3.0, VAX VMS and OpenVMS?, Solaris, assorted mainframe OS, and Linux. Depending on the implementation, MUMPS systems may have from 3 to several thousand concurrently active jobs.

HomePage | Recent Changes | Preferences
Search: