Real Programmer: Difference between revisions

Content deleted Content added
m Removed Cite Quote-templates, as the sentences marked are examples and not quotes.
Modernization of the real programmer: removed "citation needed" as the use doesn't need them! if you don't know the area then ffs don't edit.
Line 8:
Over the years, the figure of the 'real programmer' was taken up and adapted as new and more powerful programming languages were created. If the real programmer of the eighties did it "all in [[FORTRAN]]" instead of [[Pascal (programming language)|Pascal]],<ref>[http://www.ee.ryerson.ca/~elf/hack/realmen.html ''"...Real Programmers use FORTRAN. Quiche Eaters use PASCAL..."'']</ref> one of the nineties might have done it "all in [[C (programming language)|C]]" rather than [[C++]] or [[Java (programming language)|Java]], or "all in [[Perl]]" rather than [[Python (programming language)|Python]] or [[Ruby (programming language)|Ruby]].
 
The term is often used to describe a more bare-metal way of doing something &ndash; for example: "Real Programmers don't use [[integrated development environment|IDEs]], they write programs using <code>cat > [[a.out]]</code>" (that is, they write machine-readable binary files from beginning to end without making any mistakes).{{Citation needed|date=June 2011}} Each generation tends to slightly redefine a Real Programmer, as coding techniques change. For instance, a young [[Java (programming language)|Java]] programmer might refer to an older [[C (programming language)|C]] programmer as being a Real Programmer.{{Citation needed|date=June 2011}} In turn, these C programmers refer to older [[Assembly_language#Assembler|Assembly]] programmers in the same way.{{Citation needed|date=June 2011}}
 
==See also==