<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Paul Butcher &#187; Add new tag</title>
	<atom:link href="http://www.paulbutcher.com/tag/add-new-tag/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulbutcher.com</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 14:12:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Help, this is driving me mad!</title>
		<link>http://www.paulbutcher.com/2009/07/help-this-is-driving-me-mad/</link>
		<comments>http://www.paulbutcher.com/2009/07/help-this-is-driving-me-mad/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 19:54:21 +0000</pubDate>
		<dc:creator>paul</dc:creator>
				<category><![CDATA[Software Engineering]]></category>
		<category><![CDATA[Add new tag]]></category>

		<guid isPermaLink="false">http://www.paulbutcher.com/?p=621</guid>
		<description><![CDATA[The Pragmatic Programmers have just started publishing an online magazine: PragPub. Among other things, it contains a quiz which in this issue tests your knowledge of programming languages.
I consider myself a bit of a languages geek, so I thought that I&#8217;d have no trouble with it. But it&#8217;s driving me mad!
The quiz consists of little [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://pragprog.com/">The Pragmatic Programmers</a> have just started publishing an online magazine: <a href="http://pragprog.com/magazines">PragPub</a>. Among other things, it contains a quiz which in this issue tests your knowledge of programming languages.</p>
<p>I consider myself a bit of a languages geek, so I thought that I&#8217;d have no trouble with it. But it&#8217;s driving me mad!</p>
<p>The quiz consists of little snippets of code in different languages. The first letters of each language then spell out the name of another language.</p>
<p>I can get 5 of the 6, but one of them has me completely stumped. Even though I&#8217;m 99% sure what letter it&#8217;s name must start with.</p>
<p><strong>Warning: Spoilers follow!</strong></p>
<p><span id="more-621"></span></p>
<p>I&#8217;ll not reproduce all the different snippets here, but most of them are easily identified. But the second has me completely stumped. Here it is:</p>
<pre>
&lt;Any T, Any U&gt; T first((T,U) tuple) {
  (T t, U u) = tuple;
  return t;
}
</pre>
<p>Whatever language this is, it&#8217;s name (I&#8217;m pretty sure) starts with &#8220;N&#8221;, because the other snippets are in Simula, Occam, BCPL, Oberon and LOLCODE, giving S?OBOL. So I&#8217;m pretty sure that the answer to the quiz is SNOBOL (there is also, apparently, a dialect of COBOL called SCOBOL, but I doubt that this is the answer they&#8217;re looking for).</p>
<p>And I can&#8217;t think of any language which starts with an N that even resembles the code snippet.</p>
<p>Help!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.paulbutcher.com/2009/07/help-this-is-driving-me-mad/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
