I dont care if you write it in FORTAN!!!!!!......get it working!!!....lol (kidding)
Not evil enough. Cobol on punch cards.
That is bad, I actually remember all of that. FORTRAN was somewhat like BASIC except how it compared integers (.LS. for less than for example), lacked line numbers and there were column restrictions. With COBOL you sort of had to be a English major, CMDR Hopper had to be as wicked as they come... lol
My Assembler professor one day told the class that we were having trouble converting decimals into hexadecimal and back (well duh) so he made us write a program using any program we wanted that converted decimals into hex. I wimped out and used a recursive function to do the math in PASCAL. My program worked and took up less than a page. It also brought the entire University's mainframe down to a standstill whenever my program had to convert a number greater than 100,000. One guy used COBOL to do the same project after the professor asked us not to, it took him over 50 pages.