Home / algol68g
Name Modified Size InfoDownloads / Week
Parent folder
algol68g-3.2.0 2023-06-19
algol68g-2.8.4 2018-05-31
algol68g-2.8 2013-10-08
algol68g-2.7 2013-07-05
algol68g-2.6 2013-03-30
algol68g-2.5 2013-03-30
algol68g-2.4.1 2012-10-01
algol68g-2.3.9 2012-05-09
algol68g-2.3.6 2012-04-03
algol68g-2.3.5 2011-12-01
algol68g-2.3.4 2011-12-01
algol68g-2.3.3 2011-11-10
algol68g-2.3.2 2011-11-01
algol68g-2.3.1 2011-10-15
algol68g-2.3.0 2011-10-01
algol68g-2.2.0 2011-07-22
algol68g-2.1.2 2011-04-14
algol68g-2.0.3 2011-04-01
algol68g-2.1.1 2011-01-20
algol68g-2.1.0 2011-01-10
algol68g-2.0.2 2010-11-07
algol68g-2.0.1 2010-10-05
algol68g-2.0.0 2010-09-09
algol68g-1.18.0 2010-05-22
algol68g-1.15.1 2010-04-21
algol68g-1.9.2 2010-04-20
algol68g-1.15-0.8b 2008-11-30
algol68g-1.15 2008-11-30
algol68g-1.14.1 2008-11-23
algol68g-1.14.1-1 2008-11-23
README 2023-06-19 3.3 kB
Totals: 31 Items   3.3 kB 16
This file is part of Algol 68 Genie - an Algol 68 compiler-interpreter.
Copyright 2001-2023 J. Marcel van der Veer <algol68g@xs4all.nl>.


ALGOL68G - ALGOL 68 GENIE

Algol68G is an implementation of Algol 68 as defined by the Revised Report.

Algol68G is free software, you can redistribute it and/or modify it under the 
terms of the GNU General Public License. This software is distributed in the 
hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. The author of 
this software does not accept responsibility to anyone for the consequences of 
using it or for whether it serves any particular purpose or works at all. See 
the GNU General Public License for more details. The GNU General Public License
does not permit this software to be redistributed in proprietary programs.


THE ALGOL 68 GENIE PROJECT

The development of Algol played an important role in establishing computer 
science as an academic discipline. The Algol 68 Genie project preserves and 
promotes Algol 68 out of educational as well as scientific-historical interest,
by making available a recent checkout compiler-interpreter written from scratch
by Marcel van der Veer.

Algol 68 Genie is a fast compiler-interpreter ranking among the most
complete implementations of the language; it supports for instance 

* partial parametrisation,
* parallel processing,  
* formatted transput and a
* refinement preprocessor.

A detailed description of Algol 68 is in the book 

        Learning Algol 68 Genie

which contains an informal introduction to the language, a manual for 
Algol 68 Genie, and the Revised Report on Algol 68.

Algol 68 is a secure, expression-oriented programming language with which you 
elegantly code algorithms without having to bother too much about irrelevant 
technical details and limitations inherent to many other languages.

Algol 68 Genie offers for example:

* many runtime checks facilitating debugging and improving the 
  reliability of your programs,
* native support for arbitrary precision arithmetic including 
  complex numbers, 
* syntactic constructions to support linear algebra,
* optionally, many procedures from R mathlib or the 
  GNU Scientific Library,
* a gdb-style debugger and a pretty-printer to 
  beautify source code,
* optional linkage to GNU MPFR, GNU plotutils or PostgreSQL, 
* extensions as UNIX pipes, regular expression matching.

Author of Algol68G is Marcel van der Veer <algol68g@xs4all.nl>.
Web pages for Algol68G are at <https://jmvdveer.home.xs4all.nl/>.
Documentation is available from the web pages for Algol68G.


INSTALLATION

1) WIN32 BINARY PACKAGE

Unpack the distribution and start command shell cmd.exe. 
From this shell, go to algol68g-VERSION's directory and start bin\a68g.exe. 

2) LINUX, UNIX, BSD, MACOS X

Please refer to file INSTALL or the manual for detailed instructions.
Since Algol 68 Genie complies with the GNU build system, a reasonably 
experienced user can execute:

tar -xzvf algol68g-VERSION.tgz
cd algol68g-VERSION
./configure
make
make check
[sudo] make install

Algol 68 Genie can link to the GNU Scientific Library, plotlib from
GNU plotutils, R mathlib, GNU MPFR and libpq from PostgreSQL. 
Libraries not available on your platform are graciously ignored.
Source: README, updated 2023-06-19