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=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: Object Pascal vs Ada -- which is better for a hobbyist? Date: Wed, 16 Mar 2016 22:22:00 +0100 Organization: A noiseless patient Spider Message-ID: <87zityce4n.fsf@ludovic-brenta.org> References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="c8ed8aa190bb5555ffd0a3c7ace6c4a2"; logging-data="17214"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+9g4ZJMfJymEUltxkDkqzb" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) Cancel-Lock: sha1:lqFZsJ9x9LafBDwePN2DMPeSgBY= sha1:a+mDMXkI8U435yjmDllq0U5hQQ8= Xref: news.eternal-september.org comp.lang.ada:29812 Date: 2016-03-16T22:22:00+01:00 List-Id: Bob Butler writes on comp.lang.ada: > I am not sure if that is true. It could be FreePascal does support the > full standard (and there are indeed ISO standards to follow) but also > OO and GUI addons. I think a lot of useful code could be written to > the standard. It's just that many people want the OO support and the > GUI stuff so they tend towards specific implementations. I think it's > ill advised for businesses but indeed there are still some using > Delphi believe it or not. Most of the Pascal written today outside > Delphi is hobbyist stuff. FPC is actually a very nice > implementation. It's not portable because nothing else is left, with > or without a standard or two. The fact that FreePascal supports some ISO or standards is relevant and useful *if* it can reject non-compliant programs. But in its list of compiler options I see only: -M Set language mode to -Mfpc Free Pascal dialect (default) -Mobjfpc FPC mode with Object Pascal support -Mdelphi Delphi 7 compatibility mode -Mtp TP/BP 7.0 compatibility mode -Mmacpas Macintosh Pascal dialects compatibility mode and no ISO 7185 or ISO 10206. -- Ludovic Brenta.