:: Re: [DNG] C string handling
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Hendrik Boom
Fecha:  
A: dng
Asunto: Re: [DNG] C string handling
On Sun, Aug 23, 2015 at 02:01:30PM +0200, aitor_czr wrote:
> Hi Edward,
>
> In my opinion Pascal is a little obsolete language, but it is a OOP
> very similar to C++.
> The work is done, chapeau!


Agree, except for the part of being siilar to C++.
The language that does fit this description, and whose syntax is Pascalish,
is Modula 3. Modula 3 is not obsolete, has garbage-colelcted OO
features (without requirint you to use them), but has become
severely underused in the last decade.

It has in the past been used for operating system implementation.

Modula 3 is not Modula 2, by the way. A completely different language.
The successof to Modula 2 was Oberon.

-- hendrik