<snip>
Is Java really a "clean OO design from smalltalk"? Is there a non-trivial superclass which is an ancestor of everything? int?
yes, and no ;).. everything is derived from an Object, with the exception of the datatypes (int, float, double) but there are objects which encompass these (Integer, Double, Float)
<snip>
These Java programmers of Scheme are probably trying to counteract the problems, for there are many: Java still doesn't have closures, continuations, first-class procedures...
This may be true, but how many of us know what those mean, how many of us care ;) Sz