<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" media="screen" href="/styles/xslt/rss.xslt"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:c9="http://channel9.msdn.com">
<channel>
	<title>Comment Feed for Channel 9 - GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
	<atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman/RSS"></atom:link>
	<image>
		<url>http://media.ch9.ms/ch9/9c32/721b7705-7d1b-4a0e-a64d-1d4a14009c32/C9GoingNative9CppLINQRxC_220.jpg</url>
		<title>Channel 9 - GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<link></link>
	</image>
	<description>LINQ is one of those modern technologies missing from the C&amp;#43;&amp;#43; toolbox. By extension,&amp;nbsp;so&amp;nbsp;is Rx (Reactive Extensions), which of course is LINQ at its core... Well, today we&#39;re happy to announce that this is no longer the case. Erik Meijer&#39;s team is delivering on their promise of a native Rx. It&#39;s not available for download yet, but the work is being done and great progress has been made! Rock and roll. Aaron Lahman is the newest member of Erik Meijer&#39;s&amp;nbsp;gang of stellar developers. Erik and team are cranking away&amp;nbsp;at&amp;nbsp;pushing LINQ everywhere.&amp;nbsp;Here, we&amp;nbsp;meet Aaron and geek out about C&amp;#43;&amp;#43; LINQ (it&#39;s a modern library... Aaron&#39;s not extending the language....) and RxC (that&#39;s C as in C (not C&amp;#43;&amp;#43;)—why C? Why not RxC&amp;#43;&amp;#43;? Does it really matter?...) Here&#39;s a trivial example employing C&amp;#43;&amp;#43; LINQ:
vector&amp;lt;int&amp;gt; some_primes(size_t howMany)
{
       auto xs = from(int_range(0, INT_MAX))
                      .where(is_prime)
                      .take(howMany);
       return xs.to_vector();
             // or: vector&amp;lt;int&amp;gt;(begin(xs), end(xs));
}
 Table of Contents: [00:00] GoingNative(); //Charles flies solo for this episode. Make sure you check out the sessions from Developing Windows 8 Metro style apps with C&amp;#43;&amp;#43; event. This is the only place to learn (deeply) about WRL and C&amp;#43;&amp;#43; &amp;#43; XAML &amp;#43; DX, for example. Herb Sutter&#39;s keynote is excellent, of course. [03:00] Charles interviews software developer&amp;nbsp;Aaron Lahman. Aaron explains (whiteboard and demo included) the work&amp;nbsp;he&#39;s&amp;nbsp;doing building a LINQ library&amp;nbsp;for&amp;nbsp;C&amp;#43;&amp;#43; and Reactive Extensions for C. Aaron is great at explaining what he&#39;s doing (and why he&#39;s doing it).&amp;nbsp;Thank you, Aaron!&amp;nbsp;Go Rx!! [39:58] ~GoingNative(); </description>
	<link></link>
	<language>en</language>
	<pubDate>Sun, 19 May 2013 23:05:18 GMT</pubDate>
	<lastBuildDate>Sun, 19 May 2013 23:05:18 GMT</lastBuildDate>
	<generator>Rev9</generator>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>Now you're talkin'!&nbsp; This sounds really interesting!</p><p>&nbsp;</p><p>posted by ryanb</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744417767994734</link>
		<pubDate>Mon, 04 Jun 2012 21:22:56 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744417767994734</guid>
		<dc:creator>ryanb</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>I have to watch the full video, but will this library be able to be used outside of Windows development? &nbsp;It will be great to have to develop Windows apps, but would be insanely powerful for other types of software development. &nbsp;Either way, keep up the great work. &nbsp;I'll update this comment after watching the vid this weekend <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>posted by JamWils</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744477674413096</link>
		<pubDate>Mon, 04 Jun 2012 23:02:47 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744477674413096</guid>
		<dc:creator>JamWils</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>Hey guys,</p><p>Very excited to see&nbsp;this. I had been working on my own implementation (<a href="http://sourceforge.net/projects/qlang/?source=directory">http://sourceforge.net/projects/qlang/?source=directory</a>) and I'll be happy to have a correction of my work by a &quot;stellar&quot; developer&nbsp;<img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /></p><p>posted by JulienNitard</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744548582064421</link>
		<pubDate>Tue, 05 Jun 2012 01:00:58 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744548582064421</guid>
		<dc:creator>JulienNitard</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>Oh, heard about that almost 3 years ago IIRC ......</p><p>posted by felix9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744648435912481</link>
		<pubDate>Tue, 05 Jun 2012 03:47:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744648435912481</guid>
		<dc:creator>felix9</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744648435912481">felix9</a>: Did you watch this? <br>C</p><p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744652510073627</link>
		<pubDate>Tue, 05 Jun 2012 03:54:11 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744652510073627</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[http&#58;&#47;&#47;code.google.com&#47;p&#47;boolinq&#47;<p>posted by Anonymous</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744659441420867</link>
		<pubDate>Tue, 05 Jun 2012 04:05:44 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744659441420867</guid>
		<dc:creator>Anonymous</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>You know about two years ago I got so disillusioned with Microsoft's attitude towards their native code stack and associated tool chain that I went and bought a MacBook, paid up to join the iOS developer program and well... have grown to respect Clang and UIKit etc. Then about a year ago, after a decade of managed code 'tyranny' <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-5.gif?v=c9' alt='Wink' /> I find Microsoft is pouring more love into their native offering than I can member in almost 2 decades of programming with their C&#43;&#43; implementation. It's looking more and more like OS X might end up mostly being a glorified boot loader for Windows 8 and VS2012 for me <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p>Having LINQ and Rx onside is going to be damn useful when it comes to luring managed folks out of their comfort zone. A little surprised to see this coming from Erik's crew, thought he was all about the .NET - but I'm not complaining. This. rocks. More please.&nbsp;</p><p>I've love to see Microsoft provide a native code, Standard Library friendly, XML library that didn't take a dependency on System.Xml plumbing, WinRT and if possible the IE XML DLLs. In other words source code.</p><p>Very pleased to see a new episode of Going Native, really hope you keep this going beyond the official launch of Visual Studio 2012 and Windows 8. You're going to have to hold down the 'Undo' key for a little while longer until at the very least we get some parity in library functionality.</p><p>posted by tomkirbygreen</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744667581280936</link>
		<pubDate>Tue, 05 Jun 2012 04:19:18 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744667581280936</guid>
		<dc:creator>tomkirbygreen</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[Been doing something similar on top of Qt collections library. Not a LINQ-similar language, but rather implementing a common functional style paradigms on collections. And all that both with eager and lazy approaches, chosen via template parameters.<p>posted by Ivan Cukic</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744800752078512</link>
		<pubDate>Tue, 05 Jun 2012 08:01:15 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744800752078512</guid>
		<dc:creator>Ivan Cukic</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744800752078512">Ivan Cukic</a>: but that's not open for us to see in anyway ?</p><p>posted by JulienNitard</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744863731105612</link>
		<pubDate>Tue, 05 Jun 2012 09:46:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744863731105612</guid>
		<dc:creator>JulienNitard</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[Some really interesting details you have written on blog.sushovan.de .Aided me a lot, just what I was searching for &#58;D .<p>posted by web optimization</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744882268864698</link>
		<pubDate>Tue, 05 Jun 2012 10:17:06 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744882268864698</guid>
		<dc:creator>web optimization</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>Fantastic ... will watch later....</p><p>posted by Richard.Hein</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745085899572815</link>
		<pubDate>Tue, 05 Jun 2012 15:56:29 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745085899572815</guid>
		<dc:creator>Richard.Hein</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Comment Permalink" href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744652510073627">12 hours&nbsp;ago</a>, <a href="/Niners/Charles">Charles</a> wrote</p><p>@<a href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744648435912481">felix9</a>: Did you watch this? <br>C</p><p></p></div></blockquote><p></p><p>Well, I had not yet when I wrote the comment above, and I have watched it now, why ?</p><p>You said its been talked about in PDC10, but I thought someone had talked about a possible port of Rx to C&#43;&#43; in early 2010 or even 2009, could be false memory though. <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-4.gif?v=c9' alt='Tongue Out' /> </p><p>&nbsp;</p><p>posted by felix9</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745117954258687</link>
		<pubDate>Tue, 05 Jun 2012 16:49:55 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745117954258687</guid>
		<dc:creator>felix9</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745117954258687">felix9</a>: You seemed sure it had been done (I misinterpreted your statement...). As mentioned in the preamble and beginning of the video, RxC was first discussed at PDC10 on C9 Live with Erik Meijer...<br><br>C</p><p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745139144333354</link>
		<pubDate>Tue, 05 Jun 2012 17:25:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745139144333354</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>Oh boy! oh boy! oh boy! This makes me SOOOO happy!</p><p>I have had LINQ envy for my C&#43;&#43; code so much that I had rolled my own C&#43;&#43; &quot;LINQ&quot; like code a couple years ago. But having something from MS is so much better.&nbsp; <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-2.gif?v=c9' alt='Big Smile' /></p><p>&nbsp;</p><p>Denzil</p><p>posted by Denzil</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745144216773027</link>
		<pubDate>Tue, 05 Jun 2012 17:33:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745144216773027</guid>
		<dc:creator>Denzil</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>Looking forward to this.&nbsp; Hope MS follows the pro-standardization direction that Herb Sutter has been trying to set.</p><p>@<a href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744667581280936">dot_tom</a>: I agree - a standard, source-format, portable XML library is very much needed.&nbsp; (And a JSON library, a TCP/IP library, and an HTTP library.&nbsp;&nbsp;Likely all&nbsp;built on an async task/futures-based runtime.)</p><p>Who knows?&nbsp; If this keeps up, maybe I can switch from C# to C&#43;&#43; a few years sooner than I planned!&nbsp; (I'm not going to get my hopes up just yet, though.)</p><p>posted by Lars Kemmann</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745255101529703</link>
		<pubDate>Tue, 05 Jun 2012 20:38:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745255101529703</guid>
		<dc:creator>Lars Kemmann</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745255101529703">Lars Kemmann</a>: Casablanca, though not a standard (it's an incubation project at this point), is a move in the right direction re modern client-server (HTTP, REST, JSON, etc) libraries for C&#43;&#43;. It also employs an Actor-based concurrency model. <br><br>Have you checked it out? You mentioned JSON, HTTP... Worth a look-see. And some developer feedback, too <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-1.gif?v=c9' alt='Smiley' /></p><p><a href="http://msdn.microsoft.com/en-us/devlabs/hh974325">http://msdn.microsoft.com/en-us/devlabs/hh974325</a></p><p>C</p><p>posted by Charles</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745262262173780</link>
		<pubDate>Tue, 05 Jun 2012 20:50:26 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745262262173780</guid>
		<dc:creator>Charles</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[Did Microsoft change cmd so that it works like bash now&#63;<p>posted by Lenny</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745267548855183</link>
		<pubDate>Tue, 05 Jun 2012 20:59:14 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745267548855183</guid>
		<dc:creator>Lenny</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[I see some good things happening from the VisualC&#43;&#43; division. I am very very happy to see new libraries for VisualC&#43;&#43;.<br>If VisualC&#43;&#43; team can push more libraries out then I guess C&#43;&#43; from Microsoft is going in the right direction.<br><br>I am VERY VERY HAPPY WITH THE NEW &#34;VISUAL STUDIO C&#43;&#43; IDE&#34;... I have to say that you guys did a very good job with the C&#43;&#43; IDE.<p>posted by freefly</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745316004649869</link>
		<pubDate>Tue, 05 Jun 2012 22:20:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745316004649869</guid>
		<dc:creator>freefly</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[really  nice &#58;&#41;<p>posted by poss taridli</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745660539287726</link>
		<pubDate>Wed, 06 Jun 2012 07:54:13 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745660539287726</guid>
		<dc:creator>poss taridli</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Comment Permalink" href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745267548855183">11 hours&nbsp;ago</a></p><p>Did Microsoft change cmd so that it works like bash now?</p><p></p></div></blockquote><p></p><p>It think it's power shell.</p><p>LINQ in C&#43;&#43; looks a lot like boost::range on steroids. This is very promising and I can't wait to try it. I am tired of wrting code with the STL algorithms which do not compose as nicely as LINQ and it is one of the things that I miss most when programming in C&#43;&#43; and not in C#.</p><p>What I do not get though, is why using C for Rx. Is it because the library that was wrapped was in C or is this a general decision? I doubt that people programming in C are really interested in Rx and using Rx in C seems to be very complicated. Why not doing all this in C&#43;&#43;?</p><p>An Rx interface to the async stuff in WinRT might be an interesting showcase.</p><p>Bernd</p><p>posted by rab36</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745691520886731</link>
		<pubDate>Wed, 06 Jun 2012 08:45:52 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745691520886731</guid>
		<dc:creator>rab36</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>Very intrigued who the people they're working with are who are looking for C ... <img src='http://ecn.channel9.msdn.com/o9/content/images/emoticons/emotion-14.gif?v=c9' alt='Devil' /></p><p>posted by contextfree`</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634746320901720771</link>
		<pubDate>Thu, 07 Jun 2012 02:14:50 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634746320901720771</guid>
		<dc:creator>contextfree`</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[Looks really promising&#33;<br><br>But I&#39;ve got to ask. The biggest things that the STL has that I miss in in Linq.Net are well defined complexity guarantees and exception guarantees.<br><br>If I call Count on a pseudo container that wraps a random access container will it perform better than one based on a fwd container&#63; And will it be able to make that optimisation at compile time&#63;<br><br><p>posted by Indranil</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747063508174765</link>
		<pubDate>Thu, 07 Jun 2012 22:52:30 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747063508174765</guid>
		<dc:creator>Indranil</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>Definitely&nbsp;something I'm looking forward to testing! In the meanwhile I'll give this a try:</p><p></p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Comment Permalink" href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634744659441420867">3 days&nbsp;ago</a></p><p><a href="http://code.google.com/p/boolinq/">http&#58;&#47;&#47;code.google.com&#47;p&#47;boolinq&#47;</a></p><p></p></div></blockquote><p></p><p>posted by BFotland</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747478285642082</link>
		<pubDate>Fri, 08 Jun 2012 10:23:48 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747478285642082</guid>
		<dc:creator>BFotland</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>This is great news!!!</p><p>posted by AceHack</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747628631869611</link>
		<pubDate>Fri, 08 Jun 2012 14:34:23 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747628631869611</guid>
		<dc:creator>AceHack</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>This looks excellent! A couple of simple questions:</p><p>1. Will the generated collections (ex. powers) work with rage-based for?</p><p>2. Will the generated collections work with the function form of begin and end? ex. for (auto i = begin(powers); i != end(powers); i&#43;&#43;)</p><p>It seems that I'll need to to_vector() if I want to use those but just wanted to confirm.</p><p>posted by schroedl</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747998330046733</link>
		<pubDate>Sat, 09 Jun 2012 00:50:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747998330046733</guid>
		<dc:creator>schroedl</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>I see the trivial example above mentions begin() and end() so the ans. to my Q #2 is probably Yes. cool.</p><p>posted by schroedl</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747999455513027</link>
		<pubDate>Sat, 09 Jun 2012 00:52:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747999455513027</guid>
		<dc:creator>schroedl</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>There was&nbsp;a bug in VS editor in 32:04, the collapse [-] sign was&nbsp;next to line 24 but should be next to line 18 or 19</p><p>posted by DiryBoy</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634749126251707889</link>
		<pubDate>Sun, 10 Jun 2012 08:10:25 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634749126251707889</guid>
		<dc:creator>DiryBoy</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747998330046733">schroedl</a>: Yes, function-form begin/end and the range-based for-loop are designed to automatically pick up anything that has begin/end members, so they should just work out of the box with this library. No idea why the example didn't use range-based for.</p><p>&nbsp;</p><p>posted by CornedBee</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634750160190987169</link>
		<pubDate>Mon, 11 Jun 2012 12:53:39 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634750160190987169</guid>
		<dc:creator>CornedBee</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745691520886731">rab36</a>:</p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Comment Permalink" href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634745267548855183">Jun 05, 2012 at 1:59&nbsp;PM</a></p><p>Did Microsoft change cmd so that it works like bash now?</p><p></p></div></blockquote><p></p><p>Actually, that's just cmd.exe, with a custom prompt (try &quot;prompt /?&quot;) and a few aliases (try &quot;doskey /?&quot;). It's just a muscle memory thing for me.</p><p>&nbsp;</p><p>posted by AaronLa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634763420135755498</link>
		<pubDate>Tue, 26 Jun 2012 21:13:33 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634763420135755498</guid>
		<dc:creator>AaronLa</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[<p>@<a href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747063508174765">Indranil</a>:</p><blockquote><div class="quoteText"><p></p><p><a class="permalink" title="Comment Permalink" href="/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634747063508174765">Jun 07, 2012 at 3:52&nbsp;PM</a></p><p>Looks really promising!<br><br>But I've got to ask. The biggest things that the STL has that I miss in in Linq.Net are well defined complexity guarantees and exception guarantees.<br><br>If I call Count on a pseudo container that wraps a random access container will it perform better than one based on a fwd container? And will it be able to make that optimisation at compile time?<br><br></p><p></p></div></blockquote><p></p><p>Good question! Complexity guarantees have always been a bit messy for lazy evaluation. I'm not offering an excuse for Linq to objects, just general information. Everything just creates a wrapper, and the behavior of that wrapper depends on what's inside it and so forth.</p><p>For instance, consider &quot;r = Range(1, n); r.SelectMany(x=&gt;r.Take(1&lt;&lt;x)).Where(x=&gt;x==1)&quot; -- no Linq operator takes exponential time, but each element of this composition takes exponential steps to compute (1, 2, 4, 8, ...).</p><p>That said, I'll do what I can to make sure that the performance characteristics are, at least, predictable.</p><p>~ </p><p>As for optimizations, I looking at how much we can preserve. Generally, aggregations are always O(N), but we can optimize special cases, such as zero-argument count. Filtering is amenable to bidirectional traversal only, as we need to skip an indeterminate number of elements.</p><p>posted by AaronLa</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634763439007903444</link>
		<pubDate>Tue, 26 Jun 2012 21:45:00 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634763439007903444</guid>
		<dc:creator>AaronLa</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[When can we expect this to be available&#63; This sounds extremely powerful, and fixing the issue with querying databases would be nice, though not required for something such as a code preview &#58;&#41;<p>posted by Johnathon</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634783092799477021</link>
		<pubDate>Thu, 19 Jul 2012 15:41:19 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634783092799477021</guid>
		<dc:creator>Johnathon</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[Any update on this&#63;  VS2012 and .net 4.5 are available now, so has this been officially released&#63;<p>posted by Andrew</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634828989354768101</link>
		<pubDate>Mon, 10 Sep 2012 18:35:35 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634828989354768101</guid>
		<dc:creator>Andrew</dc:creator>
	</item>
	<item>
		<title>Re: GoingNative 9: LINQ for C/C++, Native Rx, Meet Aaron Lahman</title>
		<description>
			<![CDATA[Also interested on when this might be available&#63;<p>posted by Damien</p>]]>
		</description>
		<link>http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634837931212090143</link>
		<pubDate>Fri, 21 Sep 2012 02:58:41 GMT</pubDate>
		<guid isPermaLink="true">http://channel9.msdn.com/Shows/C9-GoingNative/GoingNative-9-LINQ-for-C-Native-Rx-RxC-Meet-Aaron-Lahman#c634837931212090143</guid>
		<dc:creator>Damien</dc:creator>
	</item>
</channel>
</rss>