<?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>Channel 9 - Entries tagged with NewSpeak</title>
    <atom:link rel="self" type="application/rss+xml" href="http://channel9.msdn.com/Tags/newspeak/RSS"></atom:link>
    <itunes:summary></itunes:summary>
    <itunes:author>Microsoft</itunes:author>
    <itunes:subtitle></itunes:subtitle>
    <image>
      <url>http://mschnlnine.vo.llnwd.net/d1/Dev/App_Themes/C9/images/feedimage.png</url>
      <title>Channel 9 - Entries tagged with NewSpeak</title>
      <link>http://channel9.msdn.com/Tags/newspeak</link>
    </image>
    <itunes:image href=""></itunes:image>
    <itunes:category text="Technology"></itunes:category>
    <description>Channel 9 keeps you up to date with the latest news and behind the scenes info from Microsoft that developers love to keep up with. From LINQ to SilverLight – Watch videos and hear about all the cool technologies coming and the people behind them.</description>
    <link>http://channel9.msdn.com/Tags/newspeak</link>
    <language>en</language>
    <pubDate>Fri, 24 May 2013 13:10:36 GMT</pubDate>
    <lastBuildDate>Fri, 24 May 2013 13:10:36 GMT</lastBuildDate>
    <generator>Rev9</generator>
    <c9:totalResults>2</c9:totalResults>
    <c9:pageCount>1</c9:pageCount>
    <c9:pageSize>25</c9:pageSize>
  <item>
      <title>Gilad Bracha: Inside Newspeak and Objects as a Service</title>
      <description><![CDATA[<a shape="rect" href="http://www.langnetsymposium.com/" target="_blank" shape="rect">Lang.NET Symposium</a> 2009 was held on Microsoft's campus (make sure you
<a shape="rect" href="http://www.langnetsymposium.com/2009/talks.aspx" target="_blank" shape="rect">
watch the talks</a>, which are available for your viewing pleasure). We were of course there and conducted several interviews with some of programming language design's brightest thinkers.<br /><br />Here, language design master <a shape="rect" href="http://www.bracha.org/Site/Home.html" target="_blank" shape="rect">
Gilad Bracha</a>&nbsp;discusses his <a shape="rect" href="http://newspeaklanguage.org/" target="_blank" shape="rect">
Newspeak programming language</a>.&nbsp;What is Newspeak and why&nbsp;was it created? What general&nbsp;problems does it solve that can't be done&nbsp;with&nbsp;already existing&nbsp;languages and tools?&nbsp;What does it facilitate, really?&nbsp;We dig into the fundamental ideas, history and future
 of&nbsp;Newspeak. Gilad was kind&nbsp;enough to&nbsp;keep the discussion at a level appropriate for a&nbsp;broad technical audience and not&nbsp;just for his fellow&nbsp;scientists.<br /><br />Newspeak People say: &quot;Like&nbsp;<a shape="rect" href="http://research.sun.com/self/language.html" title="http://research.sun.com/self/language.html" shape="rect">Self</a>, Newspeak is message-based; all names are dynamically bound. However, like Smalltalk, Newspeak
 uses classes rather than prototypes. As in&nbsp;<a shape="rect" href="http://www.daimi.au.dk/~beta/" title="http://www.daimi.au.dk/~beta/" shape="rect">Beta</a>, classes may nest. Because class names are late bound, all classes are virtual, every class can act
 as a mixin, and class hierarchy inheritance falls out automatically. Top level classes are essentially self contained parametric namespaces, and serve to define component style modules, which naturally define sandboxes in an object-capability style. Newspeak
 was deliberately designed as a principled dynamically typed language. We plan to evolve the language to support&nbsp;<a shape="rect" href="http://pico.vub.ac.be/%7Ewdmeuter/RDL04/papers/Bracha.pdf" title="http://pico.vub.ac.be/~wdmeuter/RDL04/papers/Bracha.pdf" shape="rect">pluggable
 types</a>.&quot;<br /><br />If you want to understand the thinking behind the thinking of Newspeak, then tune in.&nbsp;Please go ahead and play around with Newspeak, Niners,&nbsp;and provide Gilad and team with feedback.<br /><br />How far could the notion&nbsp;of Internet-distributed synchronizable&nbsp;objects, or objects as a software service,&nbsp;be taken?&nbsp;<br /><br />Enjoy  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/newspeak/RSS&WT.dl=0&WT.entryid=Entry:RSSView:38daa49597344504b2c99dea00436b2c">]]></description>
      <comments>http://channel9.msdn.com/Shows/Going+Deep/Gilad-Bracha-Inside-Newspeak</comments>
      <itunes:summary>Lang.NET Symposium 2009 was held on Microsoft&#39;s campus (make sure you

watch the talks, which are available for your viewing pleasure). We were of course there and conducted several interviews with some of programming language design&#39;s brightest thinkers.Here, language design master 
Gilad Bracha&amp;nbsp;discusses his 
Newspeak programming language.&amp;nbsp;What is Newspeak and why&amp;nbsp;was it created? What general&amp;nbsp;problems does it solve that can&#39;t be done&amp;nbsp;with&amp;nbsp;already existing&amp;nbsp;languages and tools?&amp;nbsp;What does it facilitate, really?&amp;nbsp;We dig into the fundamental ideas, history and future
 of&amp;nbsp;Newspeak. Gilad was kind&amp;nbsp;enough to&amp;nbsp;keep the discussion at a level appropriate for a&amp;nbsp;broad technical audience and not&amp;nbsp;just for his fellow&amp;nbsp;scientists.Newspeak People say: &amp;quot;Like&amp;nbsp;Self, Newspeak is message-based; all names are dynamically bound. However, like Smalltalk, Newspeak
 uses classes rather than prototypes. As in&amp;nbsp;Beta, classes may nest. Because class names are late bound, all classes are virtual, every class can act
 as a mixin, and class hierarchy inheritance falls out automatically. Top level classes are essentially self contained parametric namespaces, and serve to define component style modules, which naturally define sandboxes in an object-capability style. Newspeak
 was deliberately designed as a principled dynamically typed language. We plan to evolve the language to support&amp;nbsp;pluggable
 types.&amp;quot;If you want to understand the thinking behind the thinking of Newspeak, then tune in.&amp;nbsp;Please go ahead and play around with Newspeak, Niners,&amp;nbsp;and provide Gilad and team with feedback.How far could the notion&amp;nbsp;of Internet-distributed synchronizable&amp;nbsp;objects, or objects as a software service,&amp;nbsp;be taken?&amp;nbsp;Enjoy </itunes:summary>
      <itunes:duration>1903</itunes:duration>
      <link>http://channel9.msdn.com/Shows/Going+Deep/Gilad-Bracha-Inside-Newspeak</link>
      <pubDate>Thu, 30 Apr 2009 23:41:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Shows/Going+Deep/Gilad-Bracha-Inside-Newspeak</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/466957_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/466957_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/9/6/6/4/LangNET2009GiladBrachaNewspeak_large_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/9/6/6/4/LangNET2009GiladBrachaNewspeak_small_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/9/6/6/4/LangNET2009GiladBrachaNewspeak_2MB_ch9.wmv" expression="full" duration="1903" fileSize="595841363" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/9/6/6/4/LangNET2009GiladBrachaNewspeak_ch9.mp3" expression="full" duration="1903" fileSize="15232740" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/9/6/6/4/LangNET2009GiladBrachaNewspeak_ch9.mp4" expression="full" duration="1903" fileSize="120942721" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/9/6/6/4/LangNET2009GiladBrachaNewspeak_ch9.wma" expression="full" duration="1903" fileSize="30798993" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/9/6/6/4/LangNET2009GiladBrachaNewspeak_ch9.wmv" expression="full" duration="1903" fileSize="114592861" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/9/6/6/4/LangNET2009GiladBrachaNewspeak_Zune_ch9.wmv" expression="full" duration="1903" fileSize="163072841" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/7/5/9/6/6/4/LangNET2009GiladBrachaNewspeak_s_ch9.wmv" expression="full" duration="1903" fileSize="240" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/7/5/9/6/6/4/LangNET2009GiladBrachaNewspeak_ch9.wmv" length="114592861" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Charles</dc:creator>
      <itunes:author>Charles</itunes:author>
      <slash:comments>15</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Shows/Going+Deep/Gilad-Bracha-Inside-Newspeak/RSS</wfw:commentRss>
      <category>Gilad Bracha</category>
      <category>LangNET 2009</category>
      <category>NewSpeak</category>
      <category>Programming Languages</category>
    </item>
  <item>
      <title>Anders Hejlsberg and Gilad Bracha: Perspectives on Programming Language Design</title>
      <description><![CDATA[<a shape="rect" href="http://www.langnetsymposium.com/" shape="rect" target="_blank">Lang.NET Symposium</a> 2009 was held on Microsoft's campus (make sure you
<a shape="rect" href="http://www.langnetsymposium.com/2009/talks.aspx" shape="rect" target="_blank">
watch the talks</a>, which are available for your viewing pleasure). We were of course there and conducted several interviews with some of programming language design's brightest thinkers. Here, the great Anders Hejlsberg, father of C#,&nbsp;and one of my favorite
 language designers and personalities&nbsp;<a shape="rect" href="http://www.bracha.org/Site/Home.html" shape="rect" target="_blank">Gilad Bracha</a> (you'll see more Gilad in the next few days discussing his
<a shape="rect" href="http://newspeaklanguage.org/" shape="rect" target="_blank">
Newspeak programming language</a>) are interviewed by C#&nbsp;Program Manager&nbsp;Mads Torgersen (he works with Anders and others on the design of C#). Mads should consider a career in interviewing! Awesome job, man. This is a great conversation with two of the premiere
 programming language designers in the world. Enjoy! <br /><br />See all the C9 Lang.NET conversations <a shape="rect" href="http://channel9.msdn.com/tags/LangNET&#43;2009/" shape="rect" target="_blank">
here</a>. Their numbers will grow over the coming week so check back.  <img src="http://m.webtrends.com/dcs1wotjh10000w0irc493s0e_6x1g/njs.gif?dcssip=channel9.msdn.com&dcsuri=http://channel9.msdn.com/Tags/newspeak/RSS&WT.dl=0&WT.entryid=Entry:RSSView:3997546401a843e78ad49dea00cae70d">]]></description>
      <comments>http://channel9.msdn.com/Blogs/Charles/Anders-Heljsberg-and-Gilad-Bracha-Perspectives-on-Programming-Language-Design</comments>
      <itunes:summary>Lang.NET Symposium 2009 was held on Microsoft&#39;s campus (make sure you

watch the talks, which are available for your viewing pleasure). We were of course there and conducted several interviews with some of programming language design&#39;s brightest thinkers. Here, the great Anders Hejlsberg, father of C#,&amp;nbsp;and one of my favorite
 language designers and personalities&amp;nbsp;Gilad Bracha (you&#39;ll see more Gilad in the next few days discussing his

Newspeak programming language) are interviewed by C#&amp;nbsp;Program Manager&amp;nbsp;Mads Torgersen (he works with Anders and others on the design of C#). Mads should consider a career in interviewing! Awesome job, man. This is a great conversation with two of the premiere
 programming language designers in the world. Enjoy! See all the C9 Lang.NET conversations 
here. Their numbers will grow over the coming week so check back. </itunes:summary>
      <itunes:duration>1589</itunes:duration>
      <link>http://channel9.msdn.com/Blogs/Charles/Anders-Heljsberg-and-Gilad-Bracha-Perspectives-on-Programming-Language-Design</link>
      <pubDate>Tue, 28 Apr 2009 17:33:00 GMT</pubDate>
      <guid isPermaLink="false">http://channel9.msdn.com/Blogs/Charles/Anders-Heljsberg-and-Gilad-Bracha-Perspectives-on-Programming-Language-Design</guid>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/100/466959_100x75.jpg" height="75" width="100"></media:thumbnail>
      <media:thumbnail url="http://ecn.channel9.msdn.com/o9/previewImages/220/466959_220x165.jpg" height="165" width="220"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/9/6/6/4/LangNET2009GiladBrachaAndersHejlsberg_large_ch9.png" height="240" width="320"></media:thumbnail>
      <media:thumbnail url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/9/6/6/4/LangNET2009GiladBrachaAndersHejlsberg_small_ch9.png" height="64" width="85"></media:thumbnail>
      <media:group>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/9/6/6/4/LangNET2009GiladBrachaAndersHejlsberg_2MB_ch9.wmv" expression="full" duration="1589" fileSize="338058031" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/9/6/6/4/LangNET2009GiladBrachaAndersHejlsberg_ch9.mp3" expression="full" duration="1589" fileSize="12716675" type="audio/mp3" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/9/6/6/4/LangNET2009GiladBrachaAndersHejlsberg_ch9.mp4" expression="full" duration="1589" fileSize="111866880" type="video/mp4" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/9/6/6/4/LangNET2009GiladBrachaAndersHejlsberg_ch9.wma" expression="full" duration="1589" fileSize="25716225" type="audio/x-ms-wma" medium="audio"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/9/6/6/4/LangNET2009GiladBrachaAndersHejlsberg_ch9.wmv" expression="full" duration="1589" fileSize="96174977" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/9/6/6/4/LangNET2009GiladBrachaAndersHejlsberg_Zune_ch9.wmv" expression="full" duration="1589" fileSize="142830957" type="video/x-ms-wmv" medium="video"></media:content>
        <media:content url="mms://mschnlnine.wmod.llnwd.net/a1809/d1/ch9/9/5/9/6/6/4/LangNET2009GiladBrachaAndersHejlsberg_s_ch9.wmv" expression="full" duration="1589" fileSize="254" type="video/x-ms-wmv" medium="video"></media:content>
      </media:group>      
      <enclosure url="http://mschnlnine.vo.llnwd.net/d1/ch9/9/5/9/6/6/4/LangNET2009GiladBrachaAndersHejlsberg_ch9.wmv" length="96174977" type="video/x-ms-wmv"></enclosure>
      <dc:creator>Charles</dc:creator>
      <itunes:author>Charles</itunes:author>
      <slash:comments>21</slash:comments>
      <wfw:commentRss>http://channel9.msdn.com/Blogs/Charles/Anders-Heljsberg-and-Gilad-Bracha-Perspectives-on-Programming-Language-Design/RSS</wfw:commentRss>
      <category>Anders Hejlsberg</category>
      <category>Gilad Bracha</category>
      <category>LangNET 2009</category>
      <category>NewSpeak</category>
      <category>Programming Languages</category>
    </item>    
</channel>
</rss>