Misplaced Pages

Superplan

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Programming language with strong abstraction from details of hardware
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Superplan" – news · newspapers · books · scholar · JSTOR (April 2020) (Learn how and when to remove this message)

Superplan
Designed byHeinz Rutishauser
First appeared1951
Influenced by
Plankalkül
Influenced
ALGOL 58

Superplan was a high-level programming language developed between 1949 and 1951 by Heinz Rutishauser, the name being a reference to "Rechenplan" (i.e. computation plan), in Konrad Zuse's terminology designating a single Plankalkül program.

The language was described in Rutishauser's 1951 publication Über automatische Rechenplanfertigung bei programmgesteuerten Rechenmaschinen (i.e. Automatically created Computation Plans for Program-Controlled Computing Machines).

Superplan introduced the keyword für as for loop, which had the following form ( a i {\displaystyle a_{i}} being an array item):

Für i=base(increment)limit: 
  
    
      
        
          a
          
            i
          
        
      
    
    {\displaystyle a_{i}}
  
 + addend = 
  
    
      
        
          a
          
            i
          
        
      
    
    {\displaystyle a_{i}}
  

See also

References

  1. Rutishauser, Heinz (1951). "Über automatische Rechenplanfertigung bei programmgesteuerten Rechenanlagen". Zeitschrift für Angewandte Mathematik und Mechanik (in German). 31: 255. doi:10.1002/zamm.19510310820.

Further reading

Categories: