[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-01-24 Thread Jose E. Marchesi
Hello Karl. > the compiler is useful > > What Algol 68 code does anyone want to use or write nowadays? > Just curious. Algol 68 is a very good programming language. Once implemented in a modern optimized compiler and carefully extended, I plan to use it for many of my non-C projects. >

[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-01-24 Thread Karl Berry
the compiler is useful What Algol 68 code does anyone want to use or write nowadays? Just curious. But I am not familiar with the Automake internals Neither am I, but we plunge ahead as best we can anyway. and it is likely I am missing something and/or doing something wrong. It

[bug#75807] [PATCH,WIP] Support for the Algol 68 language

2025-01-24 Thread Jose E. Marchesi
Hello. This patch adds support for the Algol 68 programming language to Automake. It is based on the Algol 68 GCC front-end, which is currently under development [1]. A WIP series got sent to gcc-patches in January [2], and the front-end is temporarily hosted in the sourceware forge until integ