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.4 required=5.0 tests=BAYES_50,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,84e44219768a6d78 X-Google-Attributes: gid103376,public From: bhauer@stdntmail.lmu.edu (Brian Hauer) Subject: Re: Ada95: The Real Job Market and College Life Date: 1996/04/10 Message-ID: <4kfm2t$225@ux1.lmu.edu>#1/1 X-Deja-AN: 147890267 references: <00001a73+00002cbb@msn.com> organization: The Sybarite Organization newsgroups: comp.lang.ada Date: 1996-04-10T00:00:00+00:00 List-Id: KMays@msn.com (Kenneth Mays) wrote: > I wonder how many people REALLY went to a professional seminar or > college course that taught Ada95 or an advanced course in Ada95. > Or are we just shooting horses until the validation is complete around > 1997/1998 before we push Ada95 compilers and books into the hands of > the innocent? (IMNSHO) Being an Ada83 guru doesn't automatically make > you a Ada95 guru - everyone needs training wheels at sometime in their > life. Loyola Marymount University (Los Angeles, CA) is now instructing Ada95 in its CS courses. I believe the change was implemented just this semester as GNAT v3 is generally available on every platform used by the students--myself included. I have been very impressed with my university's use and instruction of relatively modern technology. Regarding Ada95, I have the following question to pose of everyone who takes a highly philosophical stance on language construction. It involves Ada tasking, a subject we are currently discussing in the course I am enrolled in. I asked the professor this very question but he was too hurried by the material to answer fully: What is the rationale for a client task's limitation of either timed entry calling or conditional entry calling? That is, select task_1.entry; or delay 10.0; ... end select;