Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #43761
| References | <CAMjeLr_7A-NRtec=K_ZsjXA_oJHnD6+vpttz4Ma0vtDRbb+o2w@mail.gmail.com> <CAOvMSvXy=iJhUtMfncv-RE3HQw+7DJO-M1-TaeAFFhnDe9mpUA@mail.gmail.com> <CAMjeLr9WQz3KdXGYZUPumHj5MdBH29tYY0fdV49FNnDycDNWkQ@mail.gmail.com> <20846.27580.375000.899631@gargle.gargle.HOWL> |
|---|---|
| Date | 2013-04-17 10:04 -0400 |
| Subject | Re: [TYPES] The type/object distinction and possible synthesis of OOP and imperative programming languages |
| From | Rishiyur Nikhil <nikhil@acm.org> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.725.1366207448.3114.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
> If you have trouble getting hold of "The Essence of Algol", ...
There seems to be a downloadable copy at:
www.cs.cmu.edu/~crary/819-f09/Reynolds81.ps
It's in PostScript, which is easily convertible to PDF if you wish.
Nikhil
On Wed, Apr 17, 2013 at 5:30 AM, Uday S Reddy <u.s.reddy@cs.bham.ac.uk>wrote:
> [ The Types Forum, http://lists.seas.upenn.edu/mailman/listinfo/types-list]
>
> Mark Janssen writes:
>
> > From: en.wikipedia.org: Programming_paradigm:
> >
> > "A programming paradigm is a fundamental style of computer
> > programming. There are four main paradigms: object-oriented,
> > imperative, functional and declarative. Their foundations are distinct
> > models of computation: Turing machine for object-oriented and
> > imperative programming, lambda calculus for functional programming,
> > and first order logic for logic programming."
> >
> > While I understand the interest in purely theoretical models, I wonder
> > two things: 1) Are these distinct models of computation valid? And,
> > 2) If so, shouldn't a theory of types announce what model of
> > computation they are working from?
>
> These distinctions are not fully valid.
>
> - Functional programming, logic programming and imperative programming are
> three different *computational mechanisms*.
>
> - Object-orientation and abstract data types are two different ways of
> building higher-level *abstractions*.
>
> The authors of this paragraph did not understand that computational
> mechanisms and higher-level abstractions are separate, orthogonal
> dimensions
> in programming language design. All six combinations, obtained by picking
> a
> computational mechanism from the first bullet and an abstraction mechanism
> from the second bullet, are possible. It is a mistake to put
> object-orientation in the first bullet. Their idea of "paradigm" is vague
> and ill-defined.
>
> Cheers,
> Uday Reddy
>
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: [TYPES] The type/object distinction and possible synthesis of OOP and imperative programming languages Rishiyur Nikhil <nikhil@acm.org> - 2013-04-17 10:04 -0400
csiph-web