<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: The Most Beautiful Piece of Code That Prints 42	</title>
	<atom:link href="https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/</link>
	<description>Jonathan Boccara&#039;s blog</description>
	<lastBuildDate>Wed, 24 Apr 2019 08:43:14 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.3</generator>
	<item>
		<title>
		By: Ajay Brahmakshatriya		</title>
		<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-1012</link>

		<dc:creator><![CDATA[Ajay Brahmakshatriya]]></dc:creator>
		<pubDate>Wed, 23 May 2018 14:51:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=3618#comment-1012</guid>

					<description><![CDATA[Why not ask DeepThought directly?

https://repl.it/@AjayBrahmakshat/DeepThoughtExperiment]]></description>
			<content:encoded><![CDATA[<p>Why not ask DeepThought directly?</p>
<p><a href="https://repl.it/@AjayBrahmakshat/DeepThoughtExperiment" rel="nofollow ugc">https://repl.it/@AjayBrahmakshat/DeepThoughtExperiment</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bartosz Borowik		</title>
		<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-1007</link>

		<dc:creator><![CDATA[Bartosz Borowik]]></dc:creator>
		<pubDate>Mon, 21 May 2018 07:15:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=3618#comment-1007</guid>

					<description><![CDATA[Simple bit counting:

http://coliru.stacked-crooked.com/a/a3bf5812436bec47]]></description>
			<content:encoded><![CDATA[<p>Simple bit counting:</p>
<p><a href="http://coliru.stacked-crooked.com/a/a3bf5812436bec47" rel="nofollow ugc">http://coliru.stacked-crooked.com/a/a3bf5812436bec47</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bartosz Borowik		</title>
		<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-1006</link>

		<dc:creator><![CDATA[Bartosz Borowik]]></dc:creator>
		<pubDate>Sun, 20 May 2018 22:09:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=3618#comment-1006</guid>

					<description><![CDATA[Actually let the Deep Thought give the answer:

http://coliru.stacked-crooked.com/a/a403afe40e0eb95d]]></description>
			<content:encoded><![CDATA[<p>Actually let the Deep Thought give the answer:</p>
<p><a href="http://coliru.stacked-crooked.com/a/a403afe40e0eb95d" rel="nofollow ugc">http://coliru.stacked-crooked.com/a/a403afe40e0eb95d</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Himanshu Tiwari		</title>
		<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-1004</link>

		<dc:creator><![CDATA[Himanshu Tiwari]]></dc:creator>
		<pubDate>Sun, 20 May 2018 18:24:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=3618#comment-1004</guid>

					<description><![CDATA[some metaprogramming ...
http://coliru.stacked-crooked.com/a/969b07cf7eedac86]]></description>
			<content:encoded><![CDATA[<p>some metaprogramming &#8230;<br />
<a href="http://coliru.stacked-crooked.com/a/969b07cf7eedac86" rel="nofollow ugc">http://coliru.stacked-crooked.com/a/969b07cf7eedac86</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arthur Bowers		</title>
		<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-998</link>

		<dc:creator><![CDATA[Arthur Bowers]]></dc:creator>
		<pubDate>Fri, 18 May 2018 08:03:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=3618#comment-998</guid>

					<description><![CDATA[I&#039;ve read in many, many places (here being one of them I&#039;m pretty sure...!) saying that the most beautiful code is easy to read and understand. Not what your solution was unless you have previous understanding of the range-v3 library!

Here&#039;s my entry! K.I.S.S!

http://coliru.stacked-crooked.com/a/117a02443d1b7c5a]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve read in many, many places (here being one of them I&#8217;m pretty sure&#8230;!) saying that the most beautiful code is easy to read and understand. Not what your solution was unless you have previous understanding of the range-v3 library!</p>
<p>Here&#8217;s my entry! K.I.S.S!</p>
<p><a href="http://coliru.stacked-crooked.com/a/117a02443d1b7c5a" rel="nofollow ugc">http://coliru.stacked-crooked.com/a/117a02443d1b7c5a</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Tony Riviere		</title>
		<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-997</link>

		<dc:creator><![CDATA[Tony Riviere]]></dc:creator>
		<pubDate>Fri, 18 May 2018 07:58:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=3618#comment-997</guid>

					<description><![CDATA[https://godbolt.org/g/xhz84G
I could do better but I should go back to work =p]]></description>
			<content:encoded><![CDATA[<p><a href="https://godbolt.org/g/xhz84G" rel="nofollow ugc">https://godbolt.org/g/xhz84G</a><br />
I could do better but I should go back to work =p</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John Melas		</title>
		<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-995</link>

		<dc:creator><![CDATA[John Melas]]></dc:creator>
		<pubDate>Thu, 17 May 2018 19:45:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=3618#comment-995</guid>

					<description><![CDATA[How about this:
https://godbolt.org/g/SB21bS]]></description>
			<content:encoded><![CDATA[<p>How about this:<br />
<a href="https://godbolt.org/g/SB21bS" rel="nofollow ugc">https://godbolt.org/g/SB21bS</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shafik Yaghmour		</title>
		<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-994</link>

		<dc:creator><![CDATA[Shafik Yaghmour]]></dc:creator>
		<pubDate>Thu, 17 May 2018 18:01:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=3618#comment-994</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-993&quot;&gt;Shafik Yaghmour&lt;/a&gt;.

Oh wow, I did not realize the tweet would be expanded inline, maybe I don&#039;t need to repeat the content then, hmmmm.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-993">Shafik Yaghmour</a>.</p>
<p>Oh wow, I did not realize the tweet would be expanded inline, maybe I don&#8217;t need to repeat the content then, hmmmm.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Shafik Yaghmour		</title>
		<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-993</link>

		<dc:creator><![CDATA[Shafik Yaghmour]]></dc:creator>
		<pubDate>Thu, 17 May 2018 17:51:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=3618#comment-993</guid>

					<description><![CDATA[For those not on twitter I will share the contents of my tweet https://twitter.com/shafikyaghmour/status/995745398588297216

==================

Note, this is evil and undefined behavior but since this is all about fun, sadly only works in C with gcc:

const char main[] =&quot;xb8x2ax00x00x00xc3&quot;;

See it live on Wandbox: https://wandbox.org/permlink/LhzjGwSuGxDYrJfn

and obligatory godbolt to help see assembly: godbolt.org/g/A37iib]]></description>
			<content:encoded><![CDATA[<p>For those not on twitter I will share the contents of my tweet <a href="https://twitter.com/shafikyaghmour/status/995745398588297216" rel="nofollow ugc">https://twitter.com/shafikyaghmour/status/995745398588297216</a></p>
<p>==================</p>
<p>Note, this is evil and undefined behavior but since this is all about fun, sadly only works in C with gcc:</p>
<p>const char main[] =&#8221;xb8x2ax00x00x00xc3&#8243;;</p>
<p>See it live on Wandbox: <a href="https://wandbox.org/permlink/LhzjGwSuGxDYrJfn" rel="nofollow ugc">https://wandbox.org/permlink/LhzjGwSuGxDYrJfn</a></p>
<p>and obligatory godbolt to help see assembly: godbolt.org/g/A37iib</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: vlovo		</title>
		<link>https://www.fluentcpp.com/2018/05/11/the-most-beautiful-piece-of-code-that-prints-42/#comment-986</link>

		<dc:creator><![CDATA[vlovo]]></dc:creator>
		<pubDate>Mon, 14 May 2018 09:48:00 +0000</pubDate>
		<guid isPermaLink="false">https://www.fluentcpp.com/?p=3618#comment-986</guid>

					<description><![CDATA[Hi Jonathan !

Tx for this great idea ! 

It must have something to do with the matrix......


http://coliru.stacked-crooked.com/a/12249b7bdbc947b3]]></description>
			<content:encoded><![CDATA[<p>Hi Jonathan !</p>
<p>Tx for this great idea ! </p>
<p>It must have something to do with the matrix&#8230;&#8230;</p>
<p><a href="http://coliru.stacked-crooked.com/a/12249b7bdbc947b3" rel="nofollow ugc">http://coliru.stacked-crooked.com/a/12249b7bdbc947b3</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
