Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Atlas Autocode
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Features== AA was a [[Block (programming)|block structured]] language that featured explicitly typed [[Variable (computer science)|variables]], [[subroutine]]s, and functions. It omitted some ALGOL features such as ''[[Call by name#Call by name|passing parameters by name]]'', which in [[ALGOL 60]] means passing the [[memory address]] of a short subroutine (a ''[[thunk]]'') to recalculate a parameter each time it is mentioned. The AA [[compiler]] could generate range-checking for [[Array data structure|array]] accesses, and allowed an array to have dimensions that were determined at [[Runtime (program lifecycle phase)|runtime]], i.e., an array could be declared as <code><u>integer</u> <u>array</u> Thing (i:j)</code>, where <code>i</code> and <code>j</code> were calculated values. AA high-level routines could include [[machine code]], either to make an [[inner loop]] more efficient or to effect some operation which otherwise cannot be done easily.<ref name="AA"/> AA included a <code><u>complex</u></code> data type<ref name="AA"/> to represent [[complex number]]s, partly because of pressure from the [[electrical engineering]] department, as complex numbers are used to represent the behavior of [[alternating current]]. The [[imaginary unit]] square root of -1 was represented by <code><u>i</u></code>, which was treated as a fixed complex constant = ''i''. The <code><u>complex</u></code> data type was dropped when Atlas Autocode later evolved into the language [[Edinburgh IMP]]. IMP was an extension of AA and was used to write the [[Edinburgh Multiple Access System]] (EMAS) [[operating system]]. In addition to being notable as the progenitor of IMP and EMAS, AA is noted for having had many of the features of the original ''[[Compiler-compiler|Compiler Compiler]]''. A variant of the AA compiler included run-time support for a top-down [[recursive descent parser]]. The style of [[parser]] used in the Compiler Compiler was in use continuously at Edinburgh from the 60's until almost the year 2000. Other [[Autocode]]s were developed for the [[Titan (1963 computer)|Titan computer]], a prototype Atlas 2 at Cambridge, and the [[Ferranti]] Mercury.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Atlas Autocode
(section)
Add topic