comp.lang.ada
 help / color / mirror / Atom feed
* Re: Future with Ada
@ 2002-03-08  7:24 Christoph Grein
  2002-03-08 13:58 ` Georg Bauhaus
                   ` (2 more replies)
  0 siblings, 3 replies; 215+ messages in thread
From: Christoph Grein @ 2002-03-08  7:24 UTC (permalink / raw)


From: Wes Groleau <wesgroleau@despammed.com>
> So let me make an alternate proposal:
> 
>    procedure X is
> 
>       -- declarations
> 
>    begin (X)
> 
>       -- statements
> 
>    exception (X)
> 
>       when ......
> 
>          -- statements
> 
>    end X;
> 
> And the compiler would check the nesting level
> for you on each optional (X)

Just to please the curly-braced people :-)

   procedure X is

      -- declarations

   begin {X}

      -- statements

   exception {X}

      when ......

         -- statements

   end X;

Then, finally, we can say: But Lady Ada wears bra(celet)s :-)



^ permalink raw reply	[flat|nested] 215+ messages in thread
* Re: Future with Ada
@ 2002-03-11 12:56 Christoph Grein
  0 siblings, 0 replies; 215+ messages in thread
From: Christoph Grein @ 2002-03-11 12:56 UTC (permalink / raw)


Again another error in quoting in this thread :-( This was me, not poor Wes.

From: John English <je@brighton.ac.uk>
> Wes Groleau wrote:
> > 
> > Then, finally, we can say: But Lady Ada wears bra(celet)s :-)
> 
> Hmm, had bras been invented then? :-)



^ permalink raw reply	[flat|nested] 215+ messages in thread
* Re: Future with Ada
@ 2002-03-11  5:37 Christoph Grein
  2002-03-11 13:28 ` Georg Bauhaus
  0 siblings, 1 reply; 215+ messages in thread
From: Christoph Grein @ 2002-03-11  5:37 UTC (permalink / raw)


> From: Georg Bauhaus <sb463ba@l1-hrz.uni-duisburg.de>
> Christoph Grein <christoph.grein@eurocopter.com> wrote:
> :> So let me make an alternate proposal:
> :> 
> :>    procedure X is
> :> 
> :>       -- declarations
> :> 
> :>    begin (X)

Georg, please note this wasn't my proposal... :-( be careful when quoting :-(
I made a joke out of it by using braces
> 
> another one:
> 
>  procedure X is
> 
>  begin <<X>>
>     null;
>  end X;
> 
> - georg



^ permalink raw reply	[flat|nested] 215+ messages in thread
* Re: Future with Ada
@ 2002-03-07  7:49 Christoph Grein
  2002-03-07 14:06 ` Wes Groleau
  0 siblings, 1 reply; 215+ messages in thread
From: Christoph Grein @ 2002-03-07  7:49 UTC (permalink / raw)


> procedure X is
> 
>    -- pages of declarations
> 
> begin X:  -- compiler would reject any other name,
>           -- thereby proofing nesting level

But this is a recursive call! Nogo No-no nowhere...



^ permalink raw reply	[flat|nested] 215+ messages in thread
* Re: Future with Ada
@ 2002-03-06  7:14 Christoph Grein
  2002-03-06  8:43 ` Dmitry A. Kazakov
  0 siblings, 1 reply; 215+ messages in thread
From: Christoph Grein @ 2002-03-06  7:14 UTC (permalink / raw)


From: Wes Groleau <wesgroleau@despammed.com
> One minor thing I've always thought odd about Ada is the
> inconsistency where some ends require a name, some
> forbid it, and some don't care.
> 
> Also, some demand a keyword match (end record) and some don't.

      begin ... end;
. end;
Name: begin ... end Name;

      loop ... end loop;
Name: loop ... end loop Name;

xxxx Name ... end [Name];
where xxxx is one of {package, task, function, procedure, protected, accept}

Only in the last rule the name is optional after end.

The following are not named, so they have no name after end:

    if ... end if;
  case ... end case;
select ... end select;
record ... end record;

For record, you could claim there is a name, but it's the type's name, and you 
do not have end for type ends.

Have I forgotten one pair?



^ permalink raw reply	[flat|nested] 215+ messages in thread
* Re: Future with Ada
@ 2002-03-06  6:05 Christoph Grein
  2002-03-06  9:24 ` Pascal Obry
  2002-03-06 15:05 ` Marin David Condic
  0 siblings, 2 replies; 215+ messages in thread
From: Christoph Grein @ 2002-03-06  6:05 UTC (permalink / raw)


> Indeed and this is why I do not like use clauses :) Full qualified names are
> never ambiguous...

Pascal. are you really, really sure that there is only one Jean-Pierre.Rosen and 
only one Hyman.Rosen in the world?
And only one Pascal.Obry?



^ permalink raw reply	[flat|nested] 215+ messages in thread
* Future with Ada
@ 2001-11-09 17:59 Michal Nowak
  2001-11-10  0:44 ` Adrian Hoe
                   ` (3 more replies)
  0 siblings, 4 replies; 215+ messages in thread
From: Michal Nowak @ 2001-11-09 17:59 UTC (permalink / raw)
  To: comp.lang.ada usegroup->mailing list gateway

Some month ago I discovered Ada and found it a greatest programming
language among the common programming laguages taught at universities
(Pascal, C++, Java and others). I started play with Ada a bit and
experienced  all benfits of using Ada (everyone here knows what they
are, so no need to write it).

During reading some posts here and looking through some job services
I found that Ada is not so widely used as C++ or Java nowadays.
I serioulsy think about catching a job in Ada after I finish my studies
(I'm on last year now). If to work as a programmer I would like to
write in Ada. I looked through some job offers at Ada Information
Clearinghouse. I did not browsed all, because I'm on dial-up connection,
but lots of them required at least 1-2 experience. I haven't found any
company in my country (Poland) who may need an Ada prorammer (especially
inexperianced newbie), so I cannot gain experience here.

It comes time to write my M. Sc. diploma and I am on a crossroads now.
I may use Java or Ada for it. I talked with my leading promotor and
told him, that I will prefer to use Ada. After explaining him all benefits
from using Ada he agreed with me. Considering facts given above I came to
two scenarios:
1. Use Ada for my M.Sc. diploma. This will allow me to gain some additional
experience in Ada (I know it does not count, but it is better to use it here
than nowhere).
2. Use Java or C++ for my diploma and use Ada for self-needed programs or
for pleasure. I will get more Java C++ experience here which will allow
me to catch better job at least my country.
It will be not commercial project, by it will be not typical student project
also. Doing it well from the beginnig to the end will help me to gain
some experience.

Of course the better scenario for me is the first one. Here comes my final
questions. Is there a possibility for inexperienced Ada programmer to
find a job? I suspect that there is, but where or how to seek it? Is
there a possibility to find somewhere such offers (for example job
services, which allow browsing offers sorted by years of experience
required)?

Thank you for your time,
regards,
Mike

-----------------------------------------
                             ____|
                             \%/ |~~\
  O                                  |
 o>>        Mike Nowak               |
 T                                   |
/ >       vinnie@inetia.pl           |
http://www.geocities.com/vinnie14pl _|__




^ permalink raw reply	[flat|nested] 215+ messages in thread

end of thread, other threads:[~2002-03-14 17:43 UTC | newest]

Thread overview: 215+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-03-08  7:24 Future with Ada Christoph Grein
2002-03-08 13:58 ` Georg Bauhaus
2002-03-08 16:08 ` Wes Groleau
2002-03-11 12:39   ` John English
2002-03-08 16:34 ` Jeffrey Carter
2002-03-08 19:41   ` Wes Groleau
2002-03-09  1:21     ` Jeffrey Carter
  -- strict thread matches above, loose matches on Subject: below --
2002-03-11 12:56 Christoph Grein
2002-03-11  5:37 Christoph Grein
2002-03-11 13:28 ` Georg Bauhaus
2002-03-07  7:49 Christoph Grein
2002-03-07 14:06 ` Wes Groleau
2002-03-06  7:14 Christoph Grein
2002-03-06  8:43 ` Dmitry A. Kazakov
2002-03-06  6:05 Christoph Grein
2002-03-06  9:24 ` Pascal Obry
2002-03-06 16:43   ` Georg Bauhaus
2002-03-06 15:05 ` Marin David Condic
2002-03-07 13:51   ` Wes Groleau
2001-11-09 17:59 Michal Nowak
2001-11-10  0:44 ` Adrian Hoe
2001-11-10 13:28 ` Frode Tennebø
2001-11-10 23:09   ` Michal Nowak
2001-11-11 15:10     ` Preben Randhol
2001-11-11 22:31       ` Michal Nowak
2001-11-10 17:31 ` Ted Dennison
2001-11-10 23:09   ` Michal Nowak
2001-11-25  9:50   ` ben
2001-11-26 15:21     ` Marin David Condic
2001-11-26 19:48       ` Larry Kilgallen
2001-11-26 20:59         ` Marin David Condic
2001-11-26 23:33           ` Jerry Petrey
2001-11-27 14:24             ` Marin David Condic
2001-11-26 22:56         ` Ted Dennison
2001-12-01 18:43     ` Richard Riehle
2001-12-01 21:29       ` Suzie Cube
2001-12-10 16:25         ` Marin David Condic
2001-12-10 17:03           ` Larry Hazel
2001-12-10 17:19             ` Ted Dennison
2001-12-10 17:34               ` Marin David Condic
2001-12-10 18:10                 ` Larry Kilgallen
2001-12-10 18:25                   ` Marin David Condic
2001-12-02  0:19       ` IsraelRT
2001-12-02  0:46       ` Brian Rogoff
2001-12-02 19:58         ` Richard Riehle
2001-12-03 17:25           ` Wes Groleau
2001-12-10 16:39             ` Marin David Condic
2001-12-10 20:30               ` Robert C. Leif, Ph.D.
2001-12-11 15:15                 ` Marin David Condic
2001-12-11 16:56                   ` Darren New
2001-12-11 17:14                     ` Marin David Condic
2001-12-12  1:47                       ` Richard Riehle
2001-12-12  2:47                         ` Larry Kilgallen
2001-12-12  6:38                           ` Mark Biggar
2001-12-12 10:53                             ` Larry Kilgallen
2001-12-12 14:35                               ` Ted Dennison
2001-12-12 17:45                                 ` Peter Hend�n
2001-12-12 19:35                                 ` Mark Lundquist
2001-12-12 20:55                                   ` Ted Dennison
2001-12-16 13:34                           ` Georg Bauhaus
2001-12-12 14:55                         ` Marin David Condic
2001-12-12 18:02                           ` tmoran
2001-12-22 19:58                           ` Gerhard Häring
2001-12-12 21:49                       ` Darren New
2001-12-14 20:22                         ` Mark Lundquist
2001-12-12  8:33                   ` rob
2001-12-12 15:03                     ` Marin David Condic
2001-12-16 13:48                       ` Georg Bauhaus
2001-12-16 16:17                         ` Georg Bauhaus
2001-12-16 16:21                           ` Georg Bauhaus
2001-12-17 15:10                         ` Marin David Condic
2001-12-17 22:32                           ` Ian S. Nelson
2001-12-17 23:11                             ` Marin David Condic
2001-12-18 15:49                             ` Robert C. Leif, Ph.D.
2001-12-18 16:41                               ` Marin David Condic
2001-12-19 16:33                                 ` Mr. Caffiene
2001-12-19 17:57                                   ` Marin David Condic
2001-12-19 21:07                                     ` Ian S. Nelson
2001-12-19 21:20                                       ` Marin David Condic
2001-12-19 18:36                                   ` Robert C. Leif, Ph.D.
2001-12-19 19:49                                     ` tmoran
2001-12-19 20:16                                       ` Eric Merritt
2001-12-19 21:11                                         ` Marin David Condic
2001-12-21 14:15                                           ` Eric Merritt
2001-12-19 20:37                                     ` Ian S. Nelson
2001-12-19 23:36                                   ` Michal Nowak
2001-12-19 23:36                                 ` Michal Nowak
2002-01-21 22:28                                   ` Harri J Haataja
2001-12-18 12:56                           ` Georg Bauhaus
2001-12-12 17:03                     ` Ian S. Nelson
2001-12-13 17:43                     ` Mark Lundquist
2001-12-13 20:13                       ` Marin David Condic
2001-12-14 19:49                         ` Mark Lundquist
2001-12-14 19:59                           ` Pat Rogers
2001-12-14 21:00                             ` Marin David Condic
2001-12-14 23:02                               ` Pat Rogers
2001-12-17  8:15                                 ` Mark Lundquist
2001-12-17 15:27                                   ` Pat Rogers
2001-12-17 16:29                                     ` Brian Rogoff
2001-12-17 17:05                                       ` Marin David Condic
2001-12-17 15:43                                 ` Marin David Condic
2001-12-17  8:15                               ` Mark Lundquist
2001-12-17 16:03                                 ` Marin David Condic
2001-12-17  8:15                             ` Mark Lundquist
2001-12-14 20:31                           ` James Rogers
2001-12-15  1:33                             ` Richard Riehle
2001-12-15 16:35                               ` Robert C. Leif, Ph.D.
2001-12-16 14:09                               ` Georg Bauhaus
2001-12-16 15:32                                 ` Eric Merritt
2001-12-17 16:31                               ` Marin David Condic
2001-12-15  2:44                             ` Eric Merritt
2001-12-14 20:39                           ` Marin David Condic
2001-12-18 23:01                             ` Mark Lundquist
2001-12-19 15:00                               ` Marin David Condic
2001-12-20  7:23                                 ` tmoran
2001-12-20 22:30                                 ` tmoran
2001-12-20 22:43                                   ` Marin David Condic
2001-12-19 20:50                               ` Wes Groleau
2001-12-02 20:26         ` Michal Nowak
2001-12-02 19:55       ` Michal Nowak
2001-12-03 14:53         ` Ted Dennison
2001-12-07 16:54         ` Richard Riehle
2001-12-07 17:14           ` Ted Dennison
2001-12-09 10:56           ` Thomas Mueller
2001-12-09 13:57             ` David C. Hoos, Sr.
2001-12-11 17:45           ` Michal Nowak
2001-12-03 14:52       ` Ted Dennison
2001-12-12 21:56       ` John Kern
2002-02-26  2:22       ` Michael Card
2002-02-26  4:12         ` Jim Rogers
2002-02-27  1:23           ` Adrian Hoe
2002-02-27 17:51           ` Warren W. Gay VE3WWG
2002-02-28 17:00             ` Richard Riehle
2002-02-28 21:24               ` Warren W. Gay VE3WWG
2002-02-28 17:45             ` Michal Nowak
2002-02-28 18:53               ` Hyman Rosen
2002-02-28 19:24                 ` Ed Falis
2002-03-01  0:52                   ` Adrian Hoe
2002-03-01 18:11                     ` Pascal Obry
2002-03-02  1:20                       ` Adrian Hoe
2002-02-28 21:43                 ` Wes Groleau
2002-03-01  5:18                 ` Richard Riehle
2002-03-01  5:23                   ` Dave Poirier
2002-03-01 16:45                   ` Michal Nowak
2002-03-01 11:10                 ` Georg Bauhaus
2002-03-03  8:28                   ` Hyman Rosen
2002-03-05 18:40                   ` Jacob Sparre Andersen
2002-03-01 16:48                 ` Michal Nowak
2002-03-01 17:26                 ` Jeffrey Carter
2002-03-03  8:26                   ` Hyman Rosen
2002-03-03 13:28                     ` Larry Kilgallen
2002-03-03 17:47                     ` Chad R. Meiners
2002-03-04 16:30                       ` Hyman Rosen
2002-03-04 19:28                         ` Chad R. Meiners
2002-03-05 17:03                           ` Warren W. Gay VE3WWG
2002-03-05  1:41                         ` Richard Riehle
2002-03-05 21:35                           ` Wes Groleau
2002-03-05 22:04                             ` Marin David Condic
2002-03-06  8:33                               ` Dmitry A. Kazakov
2002-03-06 11:46                               ` Frank J. Lhota
2002-03-06 15:03                                 ` Marin David Condic
2002-03-07 16:08                                   ` Georg Bauhaus
2002-03-07 16:25                                     ` Marin David Condic
2002-03-09 14:51                                   ` Gary Scott
2002-03-09 15:13                                     ` Marin David Condic
2002-03-06 16:36                               ` Georg Bauhaus
2002-03-06 17:27                                 ` Marin David Condic
2002-03-07 16:04                                   ` Georg Bauhaus
2002-03-07 16:42                                     ` Marin David Condic
2002-03-11 13:52                                       ` Georg Bauhaus
2002-03-11 20:02                                       ` Wes Groleau
2002-03-11 23:56                                         ` Marin David Condic
2002-03-13 12:26                                           ` John English
2002-03-13 14:15                                             ` Marin David Condic
2002-03-14  3:34                                               ` Wes Groleau
2002-03-14 15:36                                                 ` John R. Strohm
2002-03-14 17:43                                                   ` Wes Groleau
2002-03-14 11:59                                               ` John English
2002-03-13 15:16                                           ` Kevin Cline
2002-03-13 17:55                                             ` Marin David Condic
2002-03-14 15:21                                           ` John R. Strohm
2002-03-07 20:52                                   ` Kevin Cline
2002-03-07 22:12                                     ` Chad R. Meiners
2002-03-11 18:43                                       ` Kevin Cline
2002-03-11 22:53                                         ` Chad R. Meiners
2002-03-06 17:07                               ` Wes Groleau
2002-03-05  3:45                         ` Brian Rogoff
2002-03-04  1:45                     ` Eric Merritt
2002-03-04  6:03                       ` Hyman Rosen
2002-03-04 13:44                         ` Eric Merritt
2002-03-04 16:01                           ` Hyman Rosen
2002-03-04 18:14                             ` Eric Merritt
2002-03-04 16:46                           ` Jean-Pierre Rosen
2002-03-04 17:08                             ` Hyman Rosen
2002-03-04 18:15                             ` Eric Merritt
2002-03-05 16:54                             ` Pascal Obry
2002-03-05 17:26                               ` Jean-Pierre Rosen
2002-03-04 20:06                     ` Jeffrey Carter
2002-02-27  1:30         ` Adrian Hoe
2002-02-27 20:09         ` Ken Pinard
2002-03-09 20:19         ` Richard Riehle
2001-11-11 20:13 ` Ehud Lamm
2001-11-11 22:32   ` Michal Nowak
2001-11-13 21:43     ` Maciej Sobczak
2001-11-14 16:26       ` Don
2001-11-14 19:32       ` Mark Lundquist
2001-11-14 19:46         ` David C. Hoos
2001-11-15  0:02           ` Mark Lundquist
2001-11-24 23:21           ` Florian Weimer
2001-11-14 21:22         ` Ted Dennison
2001-11-14 21:50       ` Michal Nowak
2001-11-15  7:39         ` Preben Randhol
2001-11-15 14:59           ` Marin David Condic
2001-11-15 15:44             ` Preben Randhol
2001-11-15 16:00         ` John English

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox