LWN.net Logo

Turning VistA into a "real" open source project

Turning VistA into a "real" open source project

Posted Mar 20, 2011 11:43 UTC (Sun) by Cyberax (✭ supporter ✭, #52523)
In reply to: Turning VistA into a "real" open source project by njs
Parent article: Turning VistA into a "real" open source project

>Of course. My question is whether if you had two programmers of average skill write the same thing in MUMPS and, say, Java or Perl, would the MUMPS version really be that much less maintainable?

MUMPS version will almost certainly be more unmaintainable (except when you use Perl). MUMPS is not much different from COBOL in that regard. Except when it IS different - there's a 'wonderful' feature called 'abbreviated code' which allows to write code as if it's a line noise.

The only powerful feature in MUMPS is built-in multidimensional arrays. But right now it's more than matched by NoSQL and SQL databases.


(Log in to post comments)

Turning VistA into a "real" open source project

Posted Mar 24, 2011 10:19 UTC (Thu) by Imroy (guest, #62286) [Link]

> MUMPS version will almost certainly be more unmaintainable (except when you use Perl).

I hope you're joking with that Perl jibe. Just look at the example provided by 'dark' below. Even the worst Perl code I've even seen (with the exception of deliberately obfuscated code) does not compare to that.

The 'Modern Perl' movement is demonstrating that Perl can be written responsibly and libraries like Moose are providing the tools to do it well.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds