Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C Programming > Re: Java

Reply
Thread Tools

Re: Java

 
 
Michael Wojcik
Guest
Posts: n/a
 
      04-13-2004

In article <>, Programmer Dude <> writes:
> wrote:
>
> >> ITYM "imperative programming." I associate the term "structured
> >> programming" with post-Fortran-and-BASIC languages, including C
> >> *and* ML, not necessarily only imperative-paradigm ones.

>
> (Sans the ML (I believe) the rest are oft called the "Algol Family".)


Yes, ML is not a member of the Algol family. It's a functional
language, so it's conceptually closer to LISP, but its syntax is
completely different.

> I contrast imperative with object-oriented and functional. (I make
> no claims for authority here.)
>
> The Imperatives are the Algol family, mainly characterized as
> "sub-routine" based and having "stupid" data types (stupid meaning
> no code is directly associated with a type as in OOP). I think
> of these as "verb" oriented.
>
> The Object-Oriented are those that centralize data types and bind
> code to them. I think of these as "noun" oriented.
>
> The Functionals are (to my mind) characterized by imutable "variables"
> and the use of functions over language flow control statements. I
> think of these as "really weird". (-:


You could think of them as preposition-oriented: X of Y of Z. What
functional languages aren't, generally speaking, is adverb-oriented -
they generally don't want you to try to tell them when or how to do
something.

But there are OO functional languages, so this classification doesn't
really work. There are imperative and functional languages, which may
also be object-oriented or not (call that "procedural" if you like).

--
Michael Wojcik

Even though there may be some misguided critics of what we're trying
to do, I think we're on the wrong path. -- Reagan
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hot Requirements: 1.Sr Java Developer,2.Java Developer (Java with EJB) Isaac Java 0 01-20-2011 08:41 PM
hey i am just started java,, can anyone tell me the use ,application, why java , importance of java.. manish sahu Java 3 02-14-2008 12:00 AM
[JAVA] [EVALUATION] - The Java Failure (Sorry: The Java(tm) Failure) Ilias Lazaridis Java 0 02-01-2005 10:32 AM
JAVA VIRTUAL MUCHINE OR SUN JAVA Fernando Kohan Firefox 1 11-14-2004 02:04 AM
Job to convert Java App 1.3.1 to Java Newest of Java Michael Kintner Java 0 11-30-2003 04:42 AM



Advertisments