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 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!newsfeed0.kamp.net!newsfeed.kamp.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: egarrulo Newsgroups: comp.lang.ada Subject: Re: Object Pascal vs Ada -- which is better for a hobbyist? Date: Tue, 15 Mar 2016 10:56:47 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: individual.net aQBqX/KXhKMjYwjXdenWfwz03gLceUPMGekfRawYhf19sZluoL Cancel-Lock: sha1:WCP7FjS6/8km/Uw2rQDrQ/H+nd8= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 In-Reply-To: Xref: news.eternal-september.org comp.lang.ada:29770 Date: 2016-03-15T10:56:47+01:00 List-Id: On 15/03/16 10:34, Dmitry A. Kazakov wrote: > On 15/03/2016 10:04, egarrulo wrote: >> Lazarus is not a cross-platform GUI builder only. It is a complete IDE >> that can cross-compile. AFAIK, Ada lacks a comparable proposition. > > Right now I'm compiling an Ada project for VxWorks target under Windows, > in GPS. > > [ All this has little or nothing to do with the IDE. Practically any IDE > can cross compile. Common problems are with setting up GCC environment > to enable cross-compiling, binding and linking. And yes, GPS supports > remote debugging, well, if you have guts for using GDB, but that's > another story ] I should have been clearer. I meant that Lazarus is a more complete IDE than GPS because Lazarus lets you both design your GUIs and cross-compile. IMO, the more tasks an IDE lets you perform without leaving the IDE, the better it is for a hobbyist. I forgot to mention that Object Pascal also offers fast compilations, which aid iterative development.