From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,36a29c2860aff686 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!83.128.0.12.MISMATCH!news-out2.kabelfoon.nl!newsfeed.kabelfoon.nl!xindi.nntp.kabelfoon.nl!news.swapon.de!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: Properties Date: Fri, 3 Dec 2010 15:49:40 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <3b84c8e7-1a51-4a7c-9646-119f1fc51478@s4g2000yql.googlegroups.com> <4pnv7nl4cdui$.1n28i7lqk4mek$.dlg@40tude.net> <1k7367gtebsgm$.18auo6u3nfg34.dlg@40tude.net> <618677c8-a44f-443e-9052-a94fb48c999a@s4g2000yql.googlegroups.com> Injection-Date: Fri, 3 Dec 2010 15:49:40 +0000 (UTC) Injection-Info: mx03.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="29298"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/TZWOEJ/OXZf+mSqySNqCpZhCTc35mdH4=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:yJcPkovJ5PdUGYZTcOw+BaKYLbY= Xref: g2news1.google.com comp.lang.ada:15777 Date: 2010-12-03T15:49:40+00:00 List-Id: Robert A Duff expounded in news:wccvd3bu37w.fsf@shell01.TheWorld.com: > Warren writes: > >> But the text looks like an amusing read, so I'll read it >> on my commute home. > > It is amusing, both the parts I agree with and the parts > I disagree with. It was an amusing walk down memory lane. I remember many of the struggles mentioned there. > There's lots to hate about Unix. There's lots to hate > about other operating systems, too. I switch back&forth > between Linux and Windows all the time, and I definitely > prefer Linux. But I still hate it. I guess I hate Windows so much, that I love Unix by comparison. I really hate MS software design. Every API item is shoe horned into a WORD, DWORD or some basterized pointer to some such. Why couldn't they take the time to put some real C++ types (if they're going to use C++) around these things? Cheeze Louise! And drop that Hungarian notation, for crying out loud. > Well, that's sort of like saying "The only thing to > dislike about the Atlantic Ocean is that it's got > seawater in it". ;-) Sharks. If only if it didn't have Sharks. ;-) > I mean, defining system call interfaces as .h files > is just a bad way to do things. VMS is better in that > regard. > > - Bob I really like the Ada package approach. I was never really fond of that whole .h shuffle, and cpp macros. I was ok with my own macros but working with other ppl's macros isn't so fun. Warren