| ▲ | quink 3 hours ago | |||||||
I did most of Advent of Code last year code golfing in MUMPS (running on Caché), with the additional challenge on up to and including day 7 doing without literals - that's to say no numbers and no strings. It was good fun - https://github.com/dominique-m-aoc/aoc-2025/blob/main/day03p... for day three part 1 for example. Or day 7 part 2 where the alphanumeric chars spell a story with only two nonsense words, with almost all the chars being on their own: https://github.com/dominique-m-aoc/aoc-2025/blob/main/day07p... It is a neat language but even more so a neat overall system and bag of concepts that I feel annoyed we haven't seen more of... | ||||||||
| ▲ | cduzz a few seconds ago | parent | next [-] | |||||||
How do you think your code would do in GT.M or Yottadb? I understand both are open source (vs Cache). | ||||||||
| ▲ | Rochus 3 hours ago | parent | prev [-] | |||||||
That's cool; amazing you indeed coded in MUMPS and not in ObjectScript ;-) Caché is (was) a great technology; ironically they tried to look like a relational database in the nineties, and then eventually came the NoSql boom. How did you get to MUMPS? | ||||||||
| ||||||||