MUMPS Programming: Difference between revisions

From VistApedia
Jump to navigationJump to search
No edit summary
 
Ivaldes1 (talk | contribs)
No edit summary
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Introduction_To_Programming_VistA_with_MUMPS | Introduction to Programming VistA with MUMPS]]
There is already a page on the [[MUMPS]] programming language. This page is intended to describe programming from the perspective of MUMPS, and the basic concepts of the language.
There is already a page on the [[MUMPS]] programming language. This page is intended to describe programming from the perspective of MUMPS, and the basic concepts of the language.


[http://en.wikipedia.org/wiki/Niklaus_Wirth Niklaus Wirth], in a book named '''''Algorithms + Data Structures = Programs''''', felt that equation described one of the fundamental topics of computer programming. His [http://portal.acm.org/citation.cfm?id=540029 book] was published by Prentice-Hall in 1976 and is arguably one of the most influential computer science books of the time.
=== Table of Contents ===
 
* [[MUMPS Programming/Intro |Introduction]]
But if you are just starting to understand computers and programming, this is the same as saying '''''Blargh + Foobar = Quux'''''.  It's not as simple as just explaining what each of the words mean, either. Learning to program needs a person to develop a fundamental mindset that relates things they are comfortable with, to things inside the mysterious world of computers.
* [[MUMPS Programming/Things | Things inside a computer]]
* [[MUMPS Programming/Glossary |Glossary]]

Latest revision as of 15:50, 27 July 2009

Introduction to Programming VistA with MUMPS

There is already a page on the MUMPS programming language. This page is intended to describe programming from the perspective of MUMPS, and the basic concepts of the language.

Table of Contents