Mumps! There's a couple of docker images floating around out there for playing around in it. If anyone hasn't tried it, it's "fun". M's global data stores, weird scoping, and strange syntax make for some interesting problems :P https://hub.docker.com/r/tsafin/fis-gtm-env/ https://github.com/KRMAssociatesInc/docker-vista
Time to relive my Epic glory days. Seriously thanks for sharing these and appreciate your positive attitude.
Introduction to the Mumps Language (2017) [pdf]
41–46 of 46 posts
Re: Introduction to the Mumps Language (2017) [pdf]
#42A lot of this language's unreadability is due to how it was originally interpreted instead of compiled because of the cost of memory at the time of its invention: > Since memory was tight originally, the language design for MUMPS valued very terse code. Thus, every MUMPS command or function name could be abbreviated from one to three letters in length, e.g. Quit (exit program) as Q, $P = $Piece function, R = Read com…
Also mentioned in the linked tutorial: Memory on early mini-computers was limited, sometimes only a few thousand characters. Mumps programs were loaded into memory as source code rather than as compiled binary. This was done because it was determined that compiled Mumps programs would be far larger than the corresponding source code versions, especially if the source code employed size reducing abbreviations. So why…
Re: Introduction to the Mumps Language (2017) [pdf]
#43A lot of this language's unreadability is due to how it was originally interpreted instead of compiled because of the cost of memory at the time of its invention: > Since memory was tight originally, the language design for MUMPS valued very terse code. Thus, every MUMPS command or function name could be abbreviated from one to three letters in length, e.g. Quit (exit program) as Q, $P = $Piece function, R = Read com…
Also mentioned in the linked tutorial: Memory on early mini-computers was limited, sometimes only a few thousand characters. Mumps programs were loaded into memory as source code rather than as compiled binary. This was done because it was determined that compiled Mumps programs would be far larger than the corresponding source code versions, especially if the source code employed size reducing abbreviations. So why…
Re: Introduction to the Mumps Language (2017) [pdf]
#44Earlier quoted context omitted.
Also mentioned in the linked tutorial: Memory on early mini-computers was limited, sometimes only a few thousand characters. Mumps programs were loaded into memory as source code rather than as compiled binary. This was done because it was determined that compiled Mumps programs would be far larger than the corresponding source code versions, especially if the source code employed size reducing abbreviations. So why…
I’m going to go with they hadn’t come up with it yet. Modern M, at least at Epic, goes through a few levels of transpilation/compilation before ending up running in Java (I think that’s what Cache is now). New code isn’t really much worse than any other codebase IMO, but some of the old code there is crazy.
Re: Introduction to the Mumps Language (2017) [pdf]
#45This was posted last year. https://news.ycombinator.com/item?id=13859961 Does anyone know the story behind why these slides keep getting updated? Is this a databases class?
Re: Introduction to the Mumps Language (2017) [pdf]
#46This was posted last year. https://news.ycombinator.com/item?id=13859961 Does anyone know the story behind why these slides keep getting updated? Is this a databases class?
OP here. Looking at the author's CV ( http://www.cs.uni.edu/~okane/resume.html ), he's apparently written a book on Mumps revised in 2016 and presumably does some consulting as well. I would imagine that he incorporates it into at least one of the classes he teaches.
> Caution: Not recommended for moonbats, liberals, Clinton drones or Bernie’s Sandernistas.