| Article: |
Readable Java 1.5 | |
| Subject: | Cholesterol - WTF? - I want Smalltalk | |
| Date: | 2003-10-03 22:02:31 | |
| From: | anonymous2 | |
|
Response to: Cholesterol - WTF?
|
||
|
Snif sniff, all these syntax sugar sucks! I want Smalltalk!! ... sadly Java is so popular that I have to work with it :-(
|
||
Showing messages 1 through 3 of 3.
-
Cholesterol - WTF? - I want Smalltalk
2003-11-04 19:30:35 anonymous2 [View]
-
Cholesterol - WTF? - I want Smalltalk
2003-10-16 15:22:58 anonymous2 [View]
I like the way java actually works. I don't want a foreach, and I don't like the way generics would work.
But I like java anyway.
If you like codeblocks you should try ruby:
aCollection.each {|elem| print elem}
note1 and note2 stay valid ;)
-
Cholesterol - WTF? - I want Smalltalk
2003-10-06 15:48:25 anonymous2 [View]
Yeah, that must be why languages like C++ and Java are on the way out and Smalltalk is making such a strong comeback. Sheesh!



They are all good because they enforce homogeneous collections - and provide errors at compile time instead of run time. Doing run time checking to enforce homogeneity is clumsy.
I consider them to be like exceptions, a real bonus to increasing readability.