ALGOL 68S: Difference between revisions

From Rosetta Code
Content added Content deleted
m ({{implementation|ALGOL 68}})
 
m (add linke to sourceforge: http://tack.cvs.sourceforge.net/viewvc/tack/Ack/lang/a68s/)
 
(2 intermediate revisions by the same user not shown)
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 9: Line 9:
* Acorn Archimedes under Riscos v2.4
* Acorn Archimedes under Riscos v2.4


The ALGOL 68 program get the extension ".8", eg to compile type:
The ALGOL 68 program gets the extension ".8", eg to compile type:
a68s -c.e progname.8
a68s -c.e progname.8

The original system was developed for a [[wp:CDC 6000 series|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 ==
* ftp://ftp.cs.man.ac.uk/pub/chl/A68S/
* binaries: ftp://ftp.cs.man.ac.uk/pub/chl/A68S
* source: http://tack.cvs.sourceforge.net/viewvc/tack/Ack/lang/a68s

Latest revision as of 07:26, 16 June 2011

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 gets 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