Encyclopedia > Mary programming language

  Article Content

Mary programming language

A rather strange programming language perpetrated by something called RUNIT at Trondheim, Norway in the 1970s. It was what would now be called Object-oriented in the tradition of Simula, but in some ways was quite a low level language.

Expressions were done using the conventional infix operators, but all operators had the same precedence and expressions were evaluated from left to right unless there were brackets. Assignment looked particularly odd to most programmers, with the destination on the right, since assignment was just another operator. There were several language features that appear to have existed to allow programmers to produce reasonably well optimised code with what must have been a very primitive code generator in the compiler. These included operators similar to the += etc in C, explicit register declarations for variables, and things even more bizarre than that.

A book describing Mary was printed in 1974. At that date it appears there were working (but not quite complete) compilers for two different Norwegian built minicomputers.

Mary is currently mantained by Kvatro Telecom AS.



All Wikipedia text is available under the terms of the GNU Free Documentation License

 
  Search Encyclopedia

Search over one million articles, find something about almost anything!
 
 
  
  Featured Article
Quioque, New York

... alone who is 65 years of age or older. The average household size is 2.38 and the average family size is 3.02. In the town the population is spread out with 22.3% ...

 
 
 
This page was created in 62.3 ms