in reply to Re^2: Static typing is mostly a waste of timein thread Static typing is mostly a waste of time
// the following line makes perfect sense to me, // but it causes a compiler error, I'm supposed to write: // Person p = (Person)it.next(); [download]