home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / lang / misc / 2704 < prev    next >
Encoding:
Internet Message Format  |  1992-07-26  |  2.6 KB

  1. Xref: sparky comp.lang.misc:2704 comp.lang.c:11628 comp.lang.lisp:2108
  2. Newsgroups: comp.lang.misc,comp.lang.c,comp.os.unix,comp.lang.lisp
  3. Path: sparky!uunet!darwin.sura.net!convex!nrc.com!kosman!kevin
  4. From: kevin@kosman.uucp (Kevin O'Gorman)
  5. Subject: Re: MUMPS programming language 
  6. Message-ID: <1992Jul26.173923.21066@kosman.uucp>
  7. Organization: Vital Software Services, Oxnard, CA
  8. References: <1992Jul25.065551.2643@cse.uta.edu> <1992Jul25.190427.9278@cs.cornell.edu> <1992Jul26.121558.23542@sci.kun.nl>
  9. Date: Sun, 26 Jul 1992 17:39:23 GMT
  10. Lines: 39
  11.  
  12. jc@sci.kun.nl (Jan Christiaan van Winkel (ATC)) writes:
  13. }In <1992Jul25.190427.9278@cs.cornell.edu> murthy@cs.cornell.edu (Chet Murthy) writes:
  14. }>saleh@cse.uta.edu (Medhat Saleh AbdelHady) writes:
  15. }>> Anybody has an idea about a language called MUMPS ? 
  16.  
  17. }>MUMPS was/is a software system for medical information
  18. }>which was used in hospitals for patient information
  19. }>management....
  20.  
  21. }Mumps is indeed a hospital oriented language. I don't speak mumps, but I
  22. }know that it is a standardized (I believe ANSI!) language. As far as I
  23. }know, it is still being used. Versions for several OS-es are available,
  24. }even for MSDOS. possibly you can contact ANSI for more info (if it is
  25. }indeed an ANSI standard language).
  26.  
  27. Actually, folks, the language has NOTHING in it relating to hospitals or
  28. medicine. It just started out in that field, and in the USA has been so
  29. extensively used in that area that some folks have pigeonholed it that way.
  30.  
  31. The reality is richer than that.  Outside the US, there is no such bias,
  32. and it gets used for a wide variety of tasks.  Even in the US there is
  33. considerable use in general database applications.  In fact, my very first
  34. assignment as an independent contractor related to an application inside
  35. General Motors, relating to manufacture of tires and batteries.  (GM had
  36. just bought EDS and given much of their computer operations over to the
  37. new division. These true-blue types were appalled, I guess, to find this
  38. thing running on DEC VMS in a language they'd never heard of.  I think their
  39. eventual aim was to replace it all with COBOL.)
  40.  
  41. It's more than a little different from mainstream languages: the only data
  42. type is variable-length string (some of which may represent numbers) organized
  43. in something I guess you'd think of as multi-dimensional arrays, some volatile
  44. (in RAM) and some persistent (on disk).  It's the best marriage of language
  45. and permanent storage I've seen short of the 4GL's.
  46.  
  47. -- 
  48. Kevin O'Gorman ( kevin@kosman.UUCP, kevin%kosman.uucp@nrc.com )
  49. voice: 805-984-8042 Vital Computer Systems, 5115 Beachcomber, Oxnard, CA  93035
  50. Non-Disclaimer: my boss is me, and he stands behind everything I say.
  51.