Re: [C--] C-- development

John Cowan <[email protected]> Wed, 13 Mar 2013 16:06:56 -0400
Newsgroups gmane.comp.lang.c--
Message-ID <[email protected]>
Hendrik Boom scripsit:

> Algol 68 array elements are not necessarily spaced apart by a multiple
> of the size of an element.

That's a bad idea: on some platforms performance will go to hell if
you attempt unaligned array accesses, and on others it simply will not
work at all.  Furthermore, you won't be able to interoperate with other
languages on the same platform, which is a recipe for language death --
"something humorous, but lingering, with either boiling oil or melted
lead", as the Mikado says.

-- 
John Cowan   [email protected]
    "Mr. Lane, if you ever wish anything that I can do, all you will have
        to do will be to send me a telegram asking and it will be done."
    "Mr. Hearst, if you ever get a telegram from me asking you to do
        anything, you can put the telegram down as a forgery."
_______________________________________________
Cminusminus mailing list
[email protected]
https://lists.eecs.harvard.edu/mailman/listinfo/cminusminus