Here, here. The thing that impressed me about FORTRAN
(well, as
as science major, anyway) was that it could do complex numbers as
a *NATIVE* datatype!! Now, I know for you OOP and C++ guys,
custom, exotic datatypes are a dime a dozen. But in 1980, I was
sure glad I could do complex math without all of the extra
baggage that would have been necessary if I had to use, say,
BASIC-Plus.
Yeah, but how often do those C++ custom exotic datatypes map to
real datatypes supported by the hardware? (in other words, which
ones will actually be FAST?)
That's certainly an issue. I wonder how many applications are
slower and more overweight due to their being crafted with OOP than
they would be if they were coded using more traditional methods.