ALGOL 68S: Difference between revisions

From Rosetta Code
Content added Content deleted
(developed for a CDC computer, then ported to PERQs running PNX)
m (copy edit - wiki link to wikipedia)
Line 1: Line 1:
{{wikipedia}}{{implementation|ALGOL 68}}{{stub}}
{{wikipedia}}{{implementation|ALGOL 68}}{{stub}}
'''The ALGOL 68S System''' written by [http://en.wikipedia.org/wiki/Charles_H._Lindsey C.H. Lindsey] using the [http://en.wikipedia.org/wiki/Amsterdam_Compiler_Kit Amsterdam Compiler Kit]. Current version is v2.4.
'''The ALGOL 68S System''' written by [[wp:Charles_H._Lindsey|C.H. Lindsey]] using the [[wp:Amsterdam_Compiler_Kit|Amsterdam Compiler Kit]]. Current version is v2.4.


The system runs on the following systems.
The system runs on the following systems.
Line 12: Line 12:
a68s -c.e progname.8
a68s -c.e progname.8


The original system was developed for a CDC computer, then ported to [http://en.wikipedia.org/wiki/PERQ PERQ]s running [http://en.wikipedia.org/wiki/PNX PNX]. This also means that there are other [[ALGOL 68S]] compilers descended from the same stock.
The original system was developed for a CDC computer, then ported to [[wp:PERQ|PERQ]]s running [[wp:PNX|PNX]]. This also means that there are other [[ALGOL 68S]] compilers descended from the same stock.


== Download ==
== Download ==

Revision as of 22:23, 11 August 2010

This page uses content from Wikipedia. The original article was at ALGOL 68S. The list of authors can be seen in the page history. As with Rosetta Code, the text of Wikipedia is available under the GNU FDL. (See links for details on variance)
ALGOL 68S is an implementation of ALGOL 68. Other implementations of ALGOL 68.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

The ALGOL 68S System written by C.H. Lindsey using the Amsterdam Compiler Kit. Current version is v2.4.

The system runs on the following systems.

  • sun3 under OS4.x - v2.3
  • sparc under OS4.x - v2.4
  • sparc under OS5.x (Solaris 2.x) v2.4
  • Atari under Gemdos - v2.3
  • Acorn Archimedes under Riscos v2.4

The ALGOL 68 program get the extension ".8", eg to compile type:

       a68s -c.e progname.8

The original system was developed for a CDC computer, then ported to PERQs running PNX. This also means that there are other ALGOL 68S compilers descended from the same stock.

Download