by surprisetalk on 6/13/25, 8:52 PM with 71 comments
by skissane on 6/13/25, 9:13 PM
The classic implementation is filled with horrible warts, although arguably many of them were helpful in squeezing a production multiuser system into the tiny resource constraints of the original 1960s implementation platform (18-bit PDP-7, same machine as Unix was birthed on, although Unix soon moved to the 16-bit PDP-11, which was in practice more spacious)
Modern implementations make many of those warts optional, although they still support them for backward compatibility
The biggest problem with the language in practice is that many major code bases (e.g. VistA) are still predominantly written in the legacy extremely terse coding style rather than a more modern readable style. I do wonder why there isn’t more effort put into migrating to a more modern style, especially since with the kinds of tools we have nowadays that migration could be (at least partially) automated.
by EvanAnderson on 6/13/25, 9:00 PM
by zeruch on 6/13/25, 9:37 PM
by telecomhacker on 6/13/25, 9:20 PM
Expected pay of 85-120/hour, which pays way more than my full-time job. It's a fun language to write in, and the adrenaline rush you get when you get a triple index loop working is awesome.
Also random fact - according to Epic HR , the average college GPA of Epic employees was 3.5, which is probably the perfect formula in hiring loyal corporate servants. I always thought it was weird that I had to apply with my transcripts and resume.
by kiernanmcgowan on 6/13/25, 9:05 PM
by roywiggins on 6/13/25, 9:29 PM
https://docs.intersystems.com/latest/csp/docbook/DocBook.UI....
by cmrdporcupine on 6/13/25, 9:20 PM
by jaybrendansmith on 6/14/25, 12:04 AM
by robertclaus on 6/14/25, 4:10 PM
by lowmagnet on 6/13/25, 11:09 PM
by dang on 6/13/25, 9:59 PM
A Case of the MUMPS (2007) - https://news.ycombinator.com/item?id=36268931 - June 2023 (109 comments)
M, or MUMPS is a procedural language with a built-in NoSQL database - https://news.ycombinator.com/item?id=19388048 - March 2019 (2 comments)
MUMPS - https://news.ycombinator.com/item?id=18936990 - Jan 2019 (6 comments)
Isn't There a Vaccine for MUMPS? - https://news.ycombinator.com/item?id=17898927 - Sept 2018 (2 comments)
Introduction to the Mumps Language (2017) [pdf] - https://news.ycombinator.com/item?id=16309237 - Feb 2018 (42 comments)
The Mumps Programming Language - https://news.ycombinator.com/item?id=13859961 - March 2017 (178 comments)
MUMPS Instance - https://news.ycombinator.com/item?id=13618649 - Feb 2017 (1 comment)
Ask HN: Encryption and Security in MUMPS - https://news.ycombinator.com/item?id=13542953 - Feb 2017 (4 comments)
50 year old NoSQL DB that is better than MongoDB - https://news.ycombinator.com/item?id=12791425 - Oct 2016 (2 comments)
MUMPS, the Archaic Health-Care Programming Language - https://news.ycombinator.com/item?id=9895311 - July 2015 (49 comments)
I am a MUMPS programmer – Ask me anything - https://news.ycombinator.com/item?id=6312391 - Sept 2013 (68 comments)
by paxys on 6/13/25, 9:05 PM
That's honestly impressive. Though I don't envy people who have to work on this stuff.
by UltraSane on 6/14/25, 1:03 AM
by mandevil on 6/13/25, 9:05 PM
by clabretro on 6/13/25, 10:12 PM
by hellojesus on 6/14/25, 5:44 AM
by JohnDeHope on 6/14/25, 12:08 PM
by larodi on 6/17/25, 3:21 PM
by niemandhier on 6/15/25, 12:24 PM
by moomin on 6/13/25, 9:49 PM
by exizt88 on 6/13/25, 9:06 PM
How do you even come up with this?