Introduction to the Mumps Language (2017) [pdf]
1–10 of 46 posts
Re: Introduction to the Mumps Language (2017) [pdf]
#2I know one or two MUMPs people. They're deeply, deeply odd.
Re: Introduction to the Mumps Language (2017) [pdf]
#3as an aside, there were some positive notes, as it was my first real introduction to a noSQL database (Caché) in a professional setting, 2006.
Re: Introduction to the Mumps Language (2017) [pdf]
#4Re: Introduction to the Mumps Language (2017) [pdf]
#5Re: Introduction to the Mumps Language (2017) [pdf]
#6Someone please write antivirus software in this language.
Re: Introduction to the Mumps Language (2017) [pdf]
#7Re: Introduction to the Mumps Language (2017) [pdf]
#8Re: Introduction to the Mumps Language (2017) [pdf]
#9The Mumps programming language is widely used in the medical field, but it has a justified bad reputation. If you choose the Mumps programming language for a new project (as opposed to maintenance of an existing project where you don't get to choose the language), this is professional malpractice, and that goes double if the project is in any way safety-critical.
You have been warned.
Re: Introduction to the Mumps Language (2017) [pdf]
#10Wrote a simple web server with it for a VAX in 1999.
Loved how you saved data to disk. You just but a ^ in front of a variable declaration:
^myData
myData could be a "hash map" by doing an assignment with parameters set ^myData("canada", "bc", "yyj") = counter
Thinking about it there's not a whole lot of distance between it and javascript. Guess that's why I like JS so much!