Shannon V. OKeets
Posts: 22095
Joined: 5/19/2005 From: Honolulu, Hawaii Status: offline
|
quote:
ORIGINAL: stretch quote:
ORIGINAL: scout1 Go Fortran ........ Sorry, the engineering community had to weigh in and I thougt meteorologists were the only people left on earth who used Fortran. Fortran taught me how to type "continue" without looking at the keyboard. Delphi is teaching me how to type "begin". By the way, formating output in Fortran was way easier than it is in C++. What drives me crazy is that every time I start using a new language some of the the most basic things that Fortran worked out solutions to in the 1960's are now obscure and hard to do. I find looking in the index for words like "Print" and "Read File" are unlikely to yield any useful information. If you do not know the new keywords that have been invented for those functionalities in the new language, then you have a long and frustrating search ahead of you to figure out how to read plain ASCII text from a file and print it out. I have had this experience roughly every new decade that I have programmed in: 1970's, 1980's, 1990's, and the 2000's. That is a perfectly flat learning curve for people who create new languages. Now don't get me wrong here, I like all the different languages I have worked with. But those guys who are in charge of providing basic program functions for new languages, and documenting them coherently, should be condemmed to at least the 5th level of Dante's hell.
_____________________________
Steve Perfection is an elusive goal.
|