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."
Languages are just Syntax - get over it.
Right, because they have no semantics attached to them. When you write
for (i=0;i<10;i++)
{ printf("%d",i); }
it just sits there, looking pretty, since "its only syntax". It has no meaning and nothing actually happens. Also so long as they are only syntax surely they are all the same.
Any other stupid statement you want to share with us today? ( I'm starting to understand Popular Science decision to ban comments.)