|
Posted by gosha bine on 05/16/07 11:50
On 17.05.2007 03:01 Jerry Stuckle wrote:
> I don't know what "unwanted characteristics" java has as an OO language.
> It is a pure OO implementation. And I agree with Mike - I think Java
> is a much better language to learn OO programming.
Technically, Java is not "pure OOP" language, because it has many
non-oop features, e.g. primitives.
As to learning, why if you try to explain to someone who is new to
programming, why this
class Test {
public static void main(String[] args) {
System.out.println("hello");
}
}
is any better than
echo "hello";
;)
>
> Smalltalk is also a great language for learning OO, but it's not used in
> web programming.
>
Seaside (http://www.seaside.st) is a great Smalltalk-based
web-development framework.
I personally find Ruby (which is essentially "smalltalk for the masses")
an ideal language to learn OOP and webprogramming.
--
gosha bine
extended php parser ~ http://code.google.com/p/pihipi
blok ~ http://www.tagarga.com/blok
Navigation:
[Reply to this message]
|