comp.lang.ada
 help / color / mirror / Atom feed
From: Al Christians <achrist@easystreet.com>
Subject: Re: Difference between Ada and Small talk - Object Oriented
Date: 1997/10/30
Date: 1997-10-30T00:00:00+00:00	[thread overview]
Message-ID: <3458C41A.3981@easystreet.com> (raw)
In-Reply-To: 34592A6B.665@ednet.co.uk


David Brown wrote:
> Can any one help me, I have to write an essay on the differences between
> Ada and Smalltalk focusing on there object oriented features.

Main difference is when the error messages come out.  ST gives the "Does
Not Understand" message at run time when the program sends a message
that is not defined for the class of the receiving object.  Ada bends
every effort to make sure you figure this all out before it happens. 
The similar error in Ada won't and can't compile, so you have to fix it
sooner.  Smalltalk programmers say that this doesn't happen very much
and it's no big deal.  Ada programmers like to not worry that it might
happen.  

If you can understand and explain all the implications of that one
difference, you've probably got a good paper.  

Al




  reply	other threads:[~1997-10-30  0:00 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-10-30  0:00 Difference between Ada and Small talk - Object Oriented David Brown
1997-10-30  0:00 ` Al Christians [this message]
1997-11-02  0:00   ` James O'Connor
1997-11-01  0:00 ` Matthew Heaney
1997-11-02  0:00   ` James O'Connor
replies disabled

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