Mumps: Difference between revisions
(→Mumps) |
Drew.einhorn (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Health}} |
|||
[[WorldVistA]] project. Porting [http://wiki.laptop.org/go/WorldVistA#VistA VistA] to the OLPC. |
|||
__TOC__ |
|||
== Mumps == |
== Mumps == |
||
Mumps is a programming language used primarily in medical and financial information systems. |
Mumps is a programming language used primarily in medical and financial information systems. |
||
Line 18: | Line 21: | ||
The [http://vistaexpertise.net Vista Expertise Network] is teaching Mumps and beginning a mentorship program pairing new Mumps programmers with retired Mumps experts. |
The [http://vistaexpertise.net Vista Expertise Network] is teaching Mumps and beginning a mentorship program pairing new Mumps programmers with retired Mumps experts. |
||
---- |
|||
[[Category:Health]] |
|||
[[Category:Software]] |
|||
For the OLPC [http://wiki.laptop.org/index.php?title=WorldVistA WorldVistA] project we are using the open source [http://sourceforge.net/projects/fis-gtm GT.M] Mumps compiler. |
For the OLPC [http://wiki.laptop.org/index.php?title=WorldVistA WorldVistA] project we are using the open source [http://sourceforge.net/projects/fis-gtm GT.M] Mumps compiler. |
Revision as of 17:17, 12 February 2008
WorldVistA project. Porting VistA to the OLPC.
Mumps
Mumps is a programming language used primarily in medical and financial information systems.
The back server for VistA the medical information system is written in Mumps.
Mumps is an old language. It was born in the days when a 16-bit address space was the state of the art in minicomputers. It shows its age. I has been called obsolete, ugly, ... It is not a fashionable language.
Most folks don't get past a negative initial impression and appreciate its strengths. The sample code at the bottom of the Mumps Wikipedia article is pretty scary!
Strengths.
- Speed
- Compact data structures in storage
- If you have less data to move it's faster
NEED to get larry to tell about performance processing log files and extracting information.
Mumps programmers are mostly old and gray haired, retiring and becoming a scarce resource.
The Vista Expertise Network is teaching Mumps and beginning a mentorship program pairing new Mumps programmers with retired Mumps experts.
For the OLPC WorldVistA project we are using the open source GT.M Mumps compiler.