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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,208279d79d40e7d8 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-08-26 17:00:07 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: Ada Advocacy. Date: Tue, 26 Aug 2003 19:55:23 -0400 Organization: Michigan State University Message-ID: References: NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Xref: archiver1.google.com comp.lang.ada:41873 Date: 2003-08-26T19:55:23-04:00 List-Id: "Luke A. Guest" wrote in message news:pan.2003.08.26.21.20.35.693597@__n_o_s_p_a_m__abyss2.demon.co.uk... > The only downside to Ada is the amount of work that has to go into a > simple program just to dump out some text (not very good for beginners) to > the console. Really? I think Put and Put_Line are really simple to use. Most students I TA'd at the intro level did not have problems with Ada.Text_IO. I observed that students had more difficulty at the intro level with C++ and std:cout. However this was at a different university so all things were not equal. -CRM