comp.lang.ada
 help / color / mirror / Atom feed
* Ada-like language
@ 1999-04-16  0:00 Olivier Marcoux
  1999-04-16  0:00 ` dennison
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Olivier Marcoux @ 1999-04-16  0:00 UTC (permalink / raw)


Hello all

I'm searching a list of currently used Ada-like languages
or Ada-derived languages having almost the same syntax as Ada

Can you help me ? Or do you have web link to a presentation of such
languages ?

Thanks

Olivier






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

* Re: Ada-like language
  1999-04-16  0:00 Ada-like language Olivier Marcoux
@ 1999-04-16  0:00 ` dennison
  1999-04-16  0:00   ` Brian Rogoff
  1999-04-17  0:00 ` Tarjei Tj�stheim Jensen
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: dennison @ 1999-04-16  0:00 UTC (permalink / raw)


In article <3366D07E.C1E62BDE@polymtl.ca>,
  Olivier Marcoux <olivier.marcoux@polymtl.ca> wrote:
> Hello all
>
> I'm searching a list of currently used Ada-like languages
> or Ada-derived languages having almost the same syntax as Ada
>
> Can you help me ? Or do you have web link to a presentation of such
> languages ?

A computer language family tree would be an interesting project.

The only ones I've seen that look similar to a casual obverver are Pascal and
the Modula varieties. Oberon looks a bit similar, but its just different
enough that I wouldn't count it.

I don't think there are *any* true Ada-derived languages (well...perhaps VHDL,
if you count hardware design languages). Quite a few have features that were
inspired by Ada, but syntax straight out of C. C++, Java, Concurrent C, and a
host of others are in this category.


--
T.E.D.

-----------== Posted via Deja News, The Discussion Network ==----------
http://www.dejanews.com/       Search, Read, Discuss, or Start Your Own    




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

* Re: Ada-like language
  1999-04-16  0:00 ` dennison
@ 1999-04-16  0:00   ` Brian Rogoff
  1999-04-18  0:00     ` TConiam
  0 siblings, 1 reply; 11+ messages in thread
From: Brian Rogoff @ 1999-04-16  0:00 UTC (permalink / raw)


On Fri, 16 Apr 1999 dennison@telepath.com wrote:
> In article <3366D07E.C1E62BDE@polymtl.ca>,
>   Olivier Marcoux <olivier.marcoux@polymtl.ca> wrote:
> > Hello all
> >
> > I'm searching a list of currently used Ada-like languages
> > or Ada-derived languages having almost the same syntax as Ada
> >
> > Can you help me ? Or do you have web link to a presentation of such
> > languages ?

I think Oracle (the DB company) made a language (PSQL?) that is based on
Ada. I'm not sure though...

> A computer language family tree would be an interesting project.
> 
> The only ones I've seen that look similar to a casual obverver are Pascal and
> the Modula varieties. Oberon looks a bit similar, but its just different
> enough that I wouldn't count it.
> 
> I don't think there are *any* true Ada-derived languages (well...perhaps VHDL,
> if you count hardware design languages). 

Not something I'd brag about either, being an Ada 95 and Verilog user.
VHDL truly *is* a committee designed language, and it shows. I think Ada 
is a much nicer language for the sort of "high level" modeling that VHDL
is supposedly good at than VHDL.

-- Brian






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

* Re: Ada-like language
  1999-04-16  0:00 Ada-like language Olivier Marcoux
  1999-04-16  0:00 ` dennison
@ 1999-04-17  0:00 ` Tarjei Tj�stheim Jensen
  1999-04-19  0:00   ` Stephen Burke VG2 3370
  1999-04-20  0:00   ` Pascal Obry
  1999-04-18  0:00 ` Christopher Martin
                   ` (2 subsequent siblings)
  4 siblings, 2 replies; 11+ messages in thread
From: Tarjei Tj�stheim Jensen @ 1999-04-17  0:00 UTC (permalink / raw)




Olivier Marcoux wrote:

> Hello all
>
> I'm searching a list of currently used Ada-like languages
> or Ada-derived languages having almost the same syntax as Ada
>
> Can you help me ? Or do you have web link to a presentation of such
> languages ?
>
> Thanks
>
> Olivier

  Are you thinking of Pascal-like languages?

That would include Eiffel, Pascal (UCSD Pascal, Pascal-s, concurrent
Pascal, Turbo Pascal, Delphi,  etc), Simula and Algol. Some might
include Modula-X and Oberon.

Greetings,






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

* Re: Ada-like language
  1999-04-16  0:00   ` Brian Rogoff
@ 1999-04-18  0:00     ` TConiam
  1999-04-19  0:00       ` x
  0 siblings, 1 reply; 11+ messages in thread
From: TConiam @ 1999-04-18  0:00 UTC (permalink / raw)


>I think Oracle (the DB company) made a language (PSQL?) that is based on
>Ada. I'm not sure though...
>

Yes, Oracle has PL/SQL which is based on Ada and has SQL like extensions
including facilities to loop on the results of a SELECT as well as all the DDL,
and DML.  It even includes exception handling for database events.  

It is used for programming database triggers (event handling) and for general
purpose database scripts.

I have even written a crude message parser in it.




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

* Re: Ada-like language
  1999-04-16  0:00 Ada-like language Olivier Marcoux
  1999-04-16  0:00 ` dennison
  1999-04-17  0:00 ` Tarjei Tj�stheim Jensen
@ 1999-04-18  0:00 ` Christopher Martin
  1999-04-20  0:00 ` Nick Roberts
  1999-04-20  0:00 ` No Spam
  4 siblings, 0 replies; 11+ messages in thread
From: Christopher Martin @ 1999-04-18  0:00 UTC (permalink / raw)



Olivier Marcoux wrote in message <3366D07E.C1E62BDE@polymtl.ca>...
>Hello all
>
>I'm searching a list of currently used Ada-like languages
>or Ada-derived languages having almost the same syntax as Ada
>
>Can you help me ? Or do you have web link to a presentation of such
>languages ?
>
>Thanks
>
>Olivier
>
>

Two other languages that have Ada-like constructs to them are 'Mesa' and
'Cedar'.
These were developed at least in part at Xerox PARC. I haven't run across
any
good web resources for these. Nor do I know if they are currently used.

CGM






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

* Re: Ada-like language
  1999-04-18  0:00     ` TConiam
@ 1999-04-19  0:00       ` x
  0 siblings, 0 replies; 11+ messages in thread
From: x @ 1999-04-19  0:00 UTC (permalink / raw)


In article <19990417221639.10903.00002108@ng03.aol.com>, tconiam@aol.com (TConiam) wrote:
>>I think Oracle (the DB company) made a language (PSQL?) that is based on
>>Ada. I'm not sure though...
>>
>
>Yes, Oracle has PL/SQL which is based on Ada and has SQL like extensions
>including facilities to loop on the results of a SELECT as well as all the DDL,
>and DML.  It even includes exception handling for database events.  
>
>It is used for programming database triggers (event handling) and for general
>purpose database scripts.
>
>I have even written a crude message parser in it.

If I could add something to this...

PL/SQL does share a lot of syntax with Ada (even packages and block 
structure), but the similarity ends there.  Where Ada is a very strongly typed 
language, PL/SQL is a (very) weakly typed language.  You can assign just about 
anything to anything else and freely mix and match types in expressions with 
nary a complaint from the 'compiler'.

That has bitten me more times than I care to admit.  It's too bad Oracle 
didn't implement the philosophy of Ada along with the syntax.






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

* Re: Ada-like language
  1999-04-17  0:00 ` Tarjei Tj�stheim Jensen
@ 1999-04-19  0:00   ` Stephen Burke VG2 3370
  1999-04-20  0:00   ` Pascal Obry
  1 sibling, 0 replies; 11+ messages in thread
From: Stephen Burke VG2 3370 @ 1999-04-19  0:00 UTC (permalink / raw)


"Tarjei Tj�stheim Jensen" wrote:
> 
> Olivier Marcoux wrote:
> 

>   Are you thinking of Pascal-like languages?
> 
> That would include Eiffel, Pascal (UCSD Pascal, Pascal-s, concurrent
> Pascal, Turbo Pascal, Delphi,  etc), Simula and Algol. Some might
> include Modula-X and Oberon.
also Add CHILL (CCITT High Level Language)
> 
> Greetings,

-- 
 |   Stephen Burke Alcatel Bell MCD    |
 |   De Villermont Straat 38           |
 |   Kontich Belgium                   |
 |   mailto:stephen.burke@alcatel.be   |
 |   Phone  +32 (0)3 450 3370          |
 ---------------------------------------




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

* Re: Ada-like language
  1999-04-16  0:00 Ada-like language Olivier Marcoux
                   ` (3 preceding siblings ...)
  1999-04-20  0:00 ` Nick Roberts
@ 1999-04-20  0:00 ` No Spam
  4 siblings, 0 replies; 11+ messages in thread
From: No Spam @ 1999-04-20  0:00 UTC (permalink / raw)


I believe VHSIC Hardware Description Language, or VHDL, is derived from Ada.

Olivier Marcoux wrote in message <3366D07E.C1E62BDE@polymtl.ca>...
>Hello all
>
>I'm searching a list of currently used Ada-like languages
>or Ada-derived languages having almost the same syntax as Ada
>







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

* Re: Ada-like language
  1999-04-16  0:00 Ada-like language Olivier Marcoux
                   ` (2 preceding siblings ...)
  1999-04-18  0:00 ` Christopher Martin
@ 1999-04-20  0:00 ` Nick Roberts
  1999-04-20  0:00 ` No Spam
  4 siblings, 0 replies; 11+ messages in thread
From: Nick Roberts @ 1999-04-20  0:00 UTC (permalink / raw)


There is ACE (Ada Command Environment), a command shell with a syntax based
on Ada.  I'm not sure of a URL, but it is being developed under the STARS
project.

-------------------------------------
Nick Roberts
-------------------------------------







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

* Re: Ada-like language
  1999-04-17  0:00 ` Tarjei Tj�stheim Jensen
  1999-04-19  0:00   ` Stephen Burke VG2 3370
@ 1999-04-20  0:00   ` Pascal Obry
  1 sibling, 0 replies; 11+ messages in thread
From: Pascal Obry @ 1999-04-20  0:00 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 558 bytes --]


Tarjei Tj�stheim Jensen a �crit dans le message
<3718227B.AA410B6@online.no>...
>
>
>Olivier Marcoux wrote:
>
>> Hello all
>>
>> I'm searching a list of currently used Ada-like languages
>> or Ada-derived languages having almost the same syntax as Ada
>>
>> Can you help me ? Or do you have web link to a presentation of such
>> languages ?
>>
>> Thanks
>>
>> Olivier
>
>  Are you thinking of Pascal-like languages?
>
>That would include Eiffel, Pascal (UCSD Pascal, Pascal-s, concurrent

Eiffel is certainly not a Pascal-like language !

Pascal.







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

end of thread, other threads:[~1999-04-20  0:00 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-04-16  0:00 Ada-like language Olivier Marcoux
1999-04-16  0:00 ` dennison
1999-04-16  0:00   ` Brian Rogoff
1999-04-18  0:00     ` TConiam
1999-04-19  0:00       ` x
1999-04-17  0:00 ` Tarjei Tj�stheim Jensen
1999-04-19  0:00   ` Stephen Burke VG2 3370
1999-04-20  0:00   ` Pascal Obry
1999-04-18  0:00 ` Christopher Martin
1999-04-20  0:00 ` Nick Roberts
1999-04-20  0:00 ` No Spam

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