[COFF] [TUHS] Re: Minimum Array Sizes in 16 bit C (was Maximum)
Paul Winalski
paul.winalski at gmail.com
Wed Oct 2 02:49:10 AEST 2024
On Tue, Oct 1, 2024 at 10:07 AM <arnold at skeeve.com> wrote:
[regarding writing an Ada compiler as a class project]
> Did you do generics? That and the run time, which had some real-time
> bits to it (*IIRC*, it's been a long time), as well as the cross
> object code type checking, would have been real bears.
>
> Like many things, the first 90% is easy, the second 90% is hard. :-)
>
> I was in DEC's compiler group when they were implementing Ada for VAX/VMS.
It gets very tricky when routine libraries are involved. Just figuring
out the compilation order can be a real bear (part of this is the cross
object code type checking you mention).
>From my viewpoint Ada suffered two problems. First, it was such a large
language and very tricky to implement--even more so than PL/I. Second, it
had US Government cooties.
-Paul W.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.tuhs.org/pipermail/coff/attachments/20241001/29d4f9ef/attachment.htm>
More information about the COFF
mailing list