Re: OOP vs imperative, was Hello v1.0.3 distributed programming language available (alpha)

Martin Ward <martin@gkc.org.uk>
Wed, 10 Sep 2014 09:44:24 +0100

          From comp.compilers

Related articles
Hello v1.0.3 distributed programming language available (alpha) bburshteyn@amsdec.com (Boris Burshteyn) (2014-09-09)
Re: Hello v1.0.3 distributed programming language available (alpha) gah@ugcs.caltech.edu (glen herrmannsfeldt) (2014-09-10)
Re: OOP vs imperative, was Hello v1.0.3 distributed programming langua kaz@kylheku.com (Kaz Kylheku) (2014-09-10)
Re: OOP vs imperative, was Hello v1.0.3 distributed programming langua martin@gkc.org.uk (Martin Ward) (2014-09-10)
Re: OOP vs imperative, was Hello v1.0.3 distributed programming langua anton@mips.complang.tuwien.ac.at (2014-09-10)
Re: OOP vs imperative, was Hello v1.0.3 distributed programming langua nmh@t3x.org (Nils M Holm) (2014-09-10)
Re: OOP vs imperative, was Hello v1.0.3 distributed programming langua martin@gkc.org.uk (Martin Ward) (2014-09-11)
Re: OOP vs imperative, was Hello v1.0.3 distributed programming langua anton@mips.complang.tuwien.ac.at (2014-09-15)
Re: OOP vs imperative, was Hello v1.0.3 distributed programming langua nmh@t3x.org (Nils M Holm) (2014-09-20)
Re: OOP vs imperative, was Hello v1.0.3 distributed programming langua anton@mips.complang.tuwien.ac.at (2014-09-21)
[1 later articles]
| List of all articles for this month |

From: Martin Ward <martin@gkc.org.uk>
Newsgroups: comp.compilers
Date: Wed, 10 Sep 2014 09:44:24 +0100
Organization: Compilers Central
References: 14-09-005 14-09-007
Keywords: OOP, design
Posted-Date: 10 Sep 2014 11:03:30 EDT

> [I've always thought of OOP as being orthogonal to imperative,
> declarative, or functional. But I'm not sure how much it matters.
> Are there any functional OOP languages? -John]


Common Lisp has the Common Lisp Object System (CLOS) for object-oriented
programming. Scheme has Tiny-CLOS. It is possible to program
in an object oriented style in Haskell:
http://www.haskell.org/haskellwiki/OOP_vs_type_classes


--
Martin


Dr Martin Ward STRL Principal Lecturer & Reader in Software Engineering
martin@gkc.org.uk http://www.cse.dmu.ac.uk/~mward/ Erdos number: 4
G.K.Chesterton web site: http://www.cse.dmu.ac.uk/~mward/gkc/
Mirrors: http://www.gkc.org.uk and http://www.gkc.org.uk/gkc


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.