| Sign In/My Account | View Cart |
| Article: |
Rethinking the Java Curriculum: Goodbye, HelloWorld! | |
| Subject: | Perhaps the Problem is OOP and Java itself | |
| Date: | 2002-08-26 13:35:08 | |
| From: | cdmiller | |
|
Perhaps you need to approach programming in a different way.
|
||
Showing messages 1 through 2 of 2.
I have always found that 'pure' programming philosophies, like 'pure functional', 'pure declarative', 'pure OO' anyway do not hold what they (superfluously) promise. Look into some textbook on LISP or PROLOG programming and you will find imperative sequential methods have to be applied in time to make things work.
OOP, to be sure, is very convincing if you eventually see it working. I'll never forget how at the end of my first C++ lesson I thought: So this feels like real programming at last.
I believe there are experiences which you just cannot have right at the beginning. So why not accept that there is a HelloWorld Level first?