The Most WTF-y Programming Languages
itwbennett writes "A couple of years ago, developer Sammy Larbi undertook a project to identify which languages had the most instances of the string 'WTF' in their GitHub code repositories. At the time, Objective C topped the list. ITworld's Phil Johnson has updated Larbi's research using GitHub data from the last 21 months, but instead of screen-scraping GitHub search results as Larbi had done, he queried the GitHub Archive for stand-alone instances of 'WTF' in the comments attached to GitHub commits to weed out cases where the string 'WTF' was legitimately used in the code. The three most baffling languages for 2012/13: C++, Lua, and Scala. Objective C comes in at #16."
WTF?
Solving Unix problems since 1989...
Escher was the first MC and Giger invented the HR department.
Watchdog Timer Fault.
Get free satoshi (Bitcoin) and Dogecoins
We Objective-C developers prefer more verbose WTF statements, such as
- (void)whatTheFuckAreYouDoing:(NSString *)wtf withThatAbsurdAlgorithm:(NSString *)algorithm thatOnlyOnePersonOnDevTeamUnderstands:(BOOL)doesHeReallyUnderstandIt;
Its way, way, the people who use it. For some of our in house code, I've seen for a variable:
Select Case x
case 1
goto line1
end select
Select Case x
case 2
goto line2
end select
Line1:
bblah blah
goto line3
line2:
blah blah
goto line3
line3:
rest of program
by using the search term "l33t".
Everything written in PHP looks like it was written on PCP.
Any insufficiently advanced magic is indistinguishable from technology.
(W (T (F)))
Languages are irrelevant.
01010111 01010010 01001111 01001110 01000111 00100001
Seriously, PHP is the only "language" I can program in while intoxicated. It's actually fun when you have had a few whereas I cannot seem to do anything in other languages when I'm a little tipsy.
I object to power without constructive purpose. --Spock
and even WHOSE