翻訳と辞書
Words near each other
・ S-520
・ S-550 (spacecraft)
・ S-63 (encryption standard)
・ S-75 Dvina
・ S-8 rocket
・ S-80-class submarine
・ S-94 (film)
・ S-acylation
・ S-Adenosyl methionine
・ S-Adenosyl-L-homocysteine
・ S-adenosyl-L-homocysteine hydrolase
・ S-adenosylhomocysteine deaminase
・ S-adenosylhomocysteine hydrolase
・ S-Adenosylmethioninamine
・ S-adenosylmethionine synthetase enzyme
S-algol
・ S-alkyl-L-cysteine sulfoxide lyase
・ S-alkylcysteine lyase
・ S-Allyl cysteine
・ S-Alternative
・ S-Aminoethyl-L-cysteine
・ S-attributed grammar
・ S-Bahn
・ S-Bahn Mitteldeutschland
・ S-Bank
・ S-boat
・ S-bot mobile robot
・ S-box
・ S-Branch
・ S-brane


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

S-algol : ウィキペディア英語版
S-algol
S-algol (St Andrews Algol)〔 is a computer programming language derivative of ALGOL 60 developed at the University of St Andrews in 1979 by Ron Morrison and Tony Davie. The language was developed as his PhD thesis as a modification of ALGOL to contain orthogonal datatypes. Ron Morrison would go on to become professor at the university and head of the department of computer science. The S-algol language was used for teaching at the university at an undergraduate level until 1999. It was also the language taught for several years in the 1980s at a local school in St. Andrews, Madras College. The computer science text ''Recursive Descent Compiling''〔 describes a recursive descent compiler for S-algol, using S-algol as the implementation language (see bootstrapping).
PS-Algol is a persistent derivative of S-algol. It was developed around 1981 at the Universities of Edinburgh and St Andrews. It supports database capability by providing for longevity of data in the form of a persistent heap that survives termination of PS-Algol programs.
==History and implementations==

Ron Morrison's 1979 PhD thesis, ''On the Development of Algol'', describes the design and implementation of the S-algol language. The technical report defining the language, ''The S-algol Reference Manual'' (1979, 1988), thanks several people for their help, including David Turner for discussions on language design around 1975. The 1981 computer science text ''Recursive Descent Compiling'' describes the compiler implementation and bootstrapping process, and the 1982 book ''An Introduction to Programming with S-algol'' uses the language to teach computer programming.
The first S-algol implementation was on a PDP-11 computer running the Unix operating system. Due to the small 64 kilobyte address space available on the PDP-11, an interpreted bytecode implementation was chosen.〔 A single-pass, recursive descent compiler written in S-algol translated S-algol source into S-code, a bytecode for a stack-based abstract machine tailored for S-algol. The S-code was then executed by an interpreter. The S-algol implementation had many similarities with work on earlier Pascal compilers. The technique of using a recursive descent compiler to produce code for an abstract machine was well known, with the Pascal P compiler being a famous example from the early 1970s.〔 The S-algol compiler was written using the stepwise refinement process〔 described by Urs Amman for the development of a Pascal compiler and championed by the inventor of Pascal, Niklaus Wirth.
Reflecting the memory organization of the PDP-11 as 32K 16-bit words, the S-code instruction encoding was designed so that each bytecode consisted of a single word.〔 The initial bootstrap was performed by writing an S-algol compiler in Algol W on the IBM/360 that produced S-code, and using it to compile the compiler written in S-algol to S-code. The resulting S-code file was copied to the PDP-11 and executed on an S-code interpreter written for the PDP-11, making it self-hosting. The self-hosted S-algol compiler executed approximately 7.7 million S-code instructions to compile itself, generating an output file of about ten thousand S-code instructions (16-bit words).〔
An S-code interpreter was written for the VAX computer running VMS, making the VAX the first S-algol port. S-algol was also ported to the Zilog Z80 microprocessor running CP/M, including raster graphics facilities that had been added to the language. In 1983 S-algol was used as the basis for the PS-algol system, used for research in persistence. The PS-algol S-code interpreter was implemented in C, and the S-code language was extended to include raster graphics. The PS-algol implementation was the basis for S-algol ports to the Macintosh and Sun workstations, featuring a compiler rewritten in C and targeting the extended S-code.〔
S-algol was the basis for the PS-algol research in 1983, and a few years later PS-algol became the starting point for the Napier88 language and implementation. While all S-algol compilers produced S-code to be interpreted, a later Napier88 implementation experimented with generating code in C and compile it with the gcc compiler to provide a native code implementation.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「S-algol」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.