<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.1" -->
<?xml-stylesheet href="http://wiki.ecmascript.org/lib/styles/feed.css" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://wiki.ecmascript.org/feed.php">
        <title>ES Wiki</title>
        <description></description>
        <link>http://wiki.ecmascript.org/</link>
        <image rdf:resource="http://wiki.ecmascript.org/lib/images/favicon.ico" />
       <dc:date>2013-05-23T15:04:53+01:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=strawman:concurrency&amp;amp;do=diff&amp;amp;1369321360"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=strawman:strawman&amp;amp;do=diff&amp;amp;1369318557"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=strawman:oldes6&amp;amp;do=diff&amp;amp;1369317543"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=meetings:meetings&amp;amp;do=diff&amp;amp;1369311787"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts&amp;amp;do=diff&amp;amp;1369213973"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=harmony:modules&amp;amp;do=diff&amp;amp;1369165210"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=meetings:meeting_may_21_2013&amp;amp;do=diff&amp;amp;1369132270"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=harmony:module_loaders&amp;amp;do=diff&amp;amp;1369125251"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=harmony:modules_examples&amp;amp;do=diff&amp;amp;1369119818"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=harmony:observe&amp;amp;do=diff&amp;amp;1367354518"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=globalization:meetings&amp;amp;do=diff&amp;amp;1366907883"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=strawman:async_functions&amp;amp;do=diff&amp;amp;1366718870"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=globalization:messageformatting&amp;amp;do=diff&amp;amp;1366420945"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=globalization:displayname&amp;amp;do=diff&amp;amp;1366393126"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=globalization:strawman&amp;amp;do=diff&amp;amp;1366355024"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=strawman:relationships&amp;amp;do=diff&amp;amp;1365682329"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=globalization:timezoneoffsets&amp;amp;do=diff&amp;amp;1365546415"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=globalization:text_segmentation&amp;amp;do=diff&amp;amp;1365541194"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=harmony:function_name_property&amp;amp;do=diff&amp;amp;1365178629"/>
                <rdf:li rdf:resource="http://wiki.ecmascript.org/doku.php?id=harmony:proposals&amp;amp;do=diff&amp;amp;1365026320"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://wiki.ecmascript.org/lib/images/favicon.ico">
        <title>ES Wiki</title>
        <link>http://wiki.ecmascript.org/</link>
        <url>http://wiki.ecmascript.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=strawman:concurrency&amp;amp;do=diff&amp;amp;1369321360">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-23T15:02:40+01:00</dc:date>
        <dc:creator>Mark S. Miller (markm@74.125.57.49)</dc:creator>
        <title>strawman:concurrency</title>
        <link>http://wiki.ecmascript.org/doku.php?id=strawman:concurrency&amp;amp;do=diff&amp;amp;1369321360</link>
        <description> On both the browser and the server, JavaScript&amp;rsquo;s de-facto concurrency model is increasingly &amp;ldquo;shared nothing&amp;rdquo; communicating event loops. JavaScript event loops within the browser (both frames and workers) send asynchronous messages ...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=strawman:strawman&amp;amp;do=diff&amp;amp;1369318557">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-23T14:15:57+01:00</dc:date>
        <dc:creator>Allen Wirfs-Brock (allen@74.125.61.150)</dc:creator>
        <title>strawman:strawman</title>
        <link>http://wiki.ecmascript.org/doku.php?id=strawman:strawman&amp;amp;do=diff&amp;amp;1369318557</link>
        <description> This &amp;lsquo;strawman&amp;rsquo; namespace is intended to contain unapproved, preliminary proposals for the &amp;ldquo;ES-Harmony&amp;rdquo; language beyond ES6.   The old ES6 Strawman page   Strawman Proposals   ...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=strawman:oldes6&amp;amp;do=diff&amp;amp;1369317543">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-23T13:59:03+01:00</dc:date>
        <dc:creator>Allen Wirfs-Brock (allen@74.125.61.150)</dc:creator>
        <title>strawman:oldes6 - created</title>
        <link>http://wiki.ecmascript.org/doku.php?id=strawman:oldes6&amp;amp;do=diff&amp;amp;1369317543</link>
        <description> This is the &amp;lsquo;strawman&amp;rsquo; page from ES6. Most of this stuff didn&amp;rsquo;t make it into ES6.   Proposals  Concurrency, Asynchrony, and Distributed Programming  concurrency (markm)  deferred functions allow writing asynchronous code in a linea...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=meetings:meetings&amp;amp;do=diff&amp;amp;1369311787">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-23T12:23:07+01:00</dc:date>
        <dc:creator>Allen Wirfs-Brock (allen@74.125.61.150)</dc:creator>
        <title>meetings:meetings</title>
        <link>http://wiki.ecmascript.org/doku.php?id=meetings:meetings&amp;amp;do=diff&amp;amp;1369311787</link>
        <description> Future TC39 meeting dates  March 12 – 14, 2013 (Yahoo)  May 21 – 23, 2013 (Google)  July 23 – 25, 2013 (Redmond)  September 17 – 19, 2013 (Boston)  November 19 – 21, 2013 (PayPal)   Notes and Minutes from past meetings  May 21-23 2013 TC39 meeting -...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts&amp;amp;do=diff&amp;amp;1369213973">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-22T09:12:53+01:00</dc:date>
        <dc:creator>Allen Wirfs-Brock (allen@74.125.61.150)</dc:creator>
        <title>harmony:specification_drafts</title>
        <link>http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts&amp;amp;do=diff&amp;amp;1369213973</link>
        <description> This page contains a historical record of working draft of the ES.next specification prepared by the project editor.  Errors in the current draft should be reported as bugs at bugs.ecmascript.org. Report the version you are reading, and an appropria...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=harmony:modules&amp;amp;do=diff&amp;amp;1369165210">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-21T19:40:10+01:00</dc:date>
        <dc:creator>Dave Herman (dherman@67.180.182.145)</dc:creator>
        <title>harmony:modules - &quot;static scoping&quot; was pretty vague, this is really about moving away from globals</title>
        <link>http://wiki.ecmascript.org/doku.php?id=harmony:modules&amp;amp;do=diff&amp;amp;1369165210</link>
        <description> This proposal describes a module system for ECMAScript. It describes the semantics of the core module system. See the module loaders spec for the companion proposal to provide a dynamic, reflective API for loading modules.  See the modules examples ...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=meetings:meeting_may_21_2013&amp;amp;do=diff&amp;amp;1369132270">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-21T10:31:10+01:00</dc:date>
        <dc:creator>Allen Wirfs-Brock (allen@74.125.61.150)</dc:creator>
        <title>meetings:meeting_may_21_2013</title>
        <link>http://wiki.ecmascript.org/doku.php?id=meetings:meeting_may_21_2013&amp;amp;do=diff&amp;amp;1369132270</link>
        <description> &amp;laquo;add link to PDF of Agenda&amp;raquo;   Presentations and Handouts  Tom Van Cutsem: Notification Proxies PDF    Daily Notes  May 21 TC39 Meeting Notes &amp;laquo;add link&amp;raquo;  May 22 TC39 Meeting Notes &amp;laquo;add link&amp;raquo;  May 23 TC39 Meeting No...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=harmony:module_loaders&amp;amp;do=diff&amp;amp;1369125251">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-21T08:34:11+01:00</dc:date>
        <dc:creator>Dave Herman (dherman@67.180.182.145)</dc:creator>
        <title>harmony:module_loaders - getting up to date with the current semantics</title>
        <link>http://wiki.ecmascript.org/doku.php?id=harmony:module_loaders&amp;amp;do=diff&amp;amp;1369125251</link>
        <description> This page describes a dynamic API for loading modules in controlled and selectively isolated contexts. Loaders also provide reflective methods for querying information about those contexts. Every host environment comes with a built-in system loader,...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=harmony:modules_examples&amp;amp;do=diff&amp;amp;1369119818">
        <dc:format>text/html</dc:format>
        <dc:date>2013-05-21T07:03:38+01:00</dc:date>
        <dc:creator>Dave Herman (dherman@67.180.182.145)</dc:creator>
        <title>harmony:modules_examples - updated for final syntax</title>
        <link>http://wiki.ecmascript.org/doku.php?id=harmony:modules_examples&amp;amp;do=diff&amp;amp;1369119818</link>
        <description> The common idiom for organizing modules in a package or library is by hierarchies separated by &amp;lsquo;/&amp;rsquo;. The browser loader treats this as the standard structure. module 'widgets' &amp;#123; ... &amp;#125; module 'widgets/button' &amp;#123; ... &amp;#125; mo...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=harmony:observe&amp;amp;do=diff&amp;amp;1367354518">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-30T20:41:58+01:00</dc:date>
        <dc:creator>Erik Arvidsson (arv@72.14.229.81)</dc:creator>
        <title>harmony:observe</title>
        <link>http://wiki.ecmascript.org/doku.php?id=harmony:observe&amp;amp;do=diff&amp;amp;1367354518</link>
        <description> UI frameworks often want to provide an ability to databind objects in a datamodel to UI elements. A key component of databinding is to track changes to the object being bound. Today, JavaScript framework which provide databinding typically create ob...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=globalization:meetings&amp;amp;do=diff&amp;amp;1366907883">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-25T16:38:03+01:00</dc:date>
        <dc:creator>Norbert Lindenberg (norbert@50.0.136.241)</dc:creator>
        <title>globalization:meetings</title>
        <link>http://wiki.ecmascript.org/doku.php?id=globalization:meetings&amp;amp;do=diff&amp;amp;1366907883</link>
        <description> Minutes  Agenda:  Status of ECMA-402, 1st edition, implementations and test suite.  Status of ECMA-402, 2nd edition, draft specification.  Discuss impact of ES6 slip to December 2014 on second edition of Internationalization API spec.  Decide whethe...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=strawman:async_functions&amp;amp;do=diff&amp;amp;1366718870">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-23T12:07:50+01:00</dc:date>
        <dc:creator>Mark S. Miller (markm@173.164.252.202)</dc:creator>
        <title>strawman:async_functions</title>
        <link>http://wiki.ecmascript.org/doku.php?id=strawman:async_functions&amp;amp;do=diff&amp;amp;1366718870</link>
        <description> This page is a revision of deferred_functions to explain how to express it as a library in terms of the concurrency strawman and the generators proposal, and as an enhancement to the Q API from the concurrency strawman.  Async Functions   Async func...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=globalization:messageformatting&amp;amp;do=diff&amp;amp;1366420945">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-20T01:22:25+01:00</dc:date>
        <dc:creator>Norbert Lindenberg (norbert@50.0.136.241)</dc:creator>
        <title>globalization:messageformatting</title>
        <link>http://wiki.ecmascript.org/doku.php?id=globalization:messageformatting&amp;amp;do=diff&amp;amp;1366420945</link>
        <description> The only standard way to build/format a string in JavaScript is to concatenate parts of the string. This approach is not readable and it introduces possible localization errors, thus most of JavaScript libraries (jQuery, Dojo, YUI, Closure) implemen...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=globalization:displayname&amp;amp;do=diff&amp;amp;1366393126">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-19T17:38:46+01:00</dc:date>
        <dc:creator>Jungshik Shin (jungshik@216.38.130.164)</dc:creator>
        <title>globalization:displayname</title>
        <link>http://wiki.ecmascript.org/doku.php?id=globalization:displayname&amp;amp;do=diff&amp;amp;1366393126</link>
        <description> This is a rough proposal to add an API to obtain display names for locale and its components such as languages, regions and scripts.   Use cases  UI elements (menu, status) on web-based OS  Language / region / script pickers in web pages, web apps, ...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=globalization:strawman&amp;amp;do=diff&amp;amp;1366355024">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-19T07:03:44+01:00</dc:date>
        <dc:creator>Jungshik Shin (jungshik@173.164.133.46)</dc:creator>
        <title>globalization:strawman</title>
        <link>http://wiki.ecmascript.org/doku.php?id=globalization:strawman&amp;amp;do=diff&amp;amp;1366355024</link>
        <description> This page contains strawman drafts for the ECMAScript Internationalization API that are not yet approved proposals.   Message formatting - format a string with placeholders, including plural and gender support   Number parsing - Parse a plain number...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=strawman:relationships&amp;amp;do=diff&amp;amp;1365682329">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-11T12:12:09+01:00</dc:date>
        <dc:creator>Tom Van Cutsem (tomvc@83.101.74.19)</dc:creator>
        <title>strawman:relationships - changed Prototype into GetPrototype</title>
        <link>http://wiki.ecmascript.org/doku.php?id=strawman:relationships&amp;amp;do=diff&amp;amp;1365682329</link>
        <description> This proposal is based on input gathered from the March 2013 TC39 meeting, after MarkM&amp;rsquo;s discussion of &amp;ldquo;relationships&amp;rdquo;: relationships.pdf  Currently, there are three core abstractions by which an object x can represent that it is i...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=globalization:timezoneoffsets&amp;amp;do=diff&amp;amp;1365546415">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-09T22:26:55+01:00</dc:date>
        <dc:creator>Nebojša Ćirić (cira@216.239.45.81)</dc:creator>
        <title>globalization:timezoneoffsets</title>
        <link>http://wiki.ecmascript.org/doku.php?id=globalization:timezoneoffsets&amp;amp;do=diff&amp;amp;1365546415</link>
        <description> NOT PART OF v2.0 PROPOSAL (but we should talk about it)   Background   We need to support conversion between: {Y, M, D, H, M, S, AnyTimeZone*} &amp;hArr; {UTC Epoch millis}  *AnyTimeZone - doesn&amp;rsquo;t have to be system one, supports IANA tz format.  W...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=globalization:text_segmentation&amp;amp;do=diff&amp;amp;1365541194">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-09T20:59:54+01:00</dc:date>
        <dc:creator>Jungshik Shin (jungshik@216.239.45.92)</dc:creator>
        <title>globalization:text_segmentation</title>
        <link>http://wiki.ecmascript.org/doku.php?id=globalization:text_segmentation&amp;amp;do=diff&amp;amp;1365541194</link>
        <description> This is a very rough proposal for adding a text-segmentation capability to the next edition of the ECMAScript internationalization standard.   Use cases  Splitting a single string into its constituent [grapheme clusters, words, sentences, paragraphs...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=harmony:function_name_property&amp;amp;do=diff&amp;amp;1365178629">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-05T16:17:09+01:00</dc:date>
        <dc:creator>Brandon Benvie (bbenvie@63.245.219.150)</dc:creator>
        <title>harmony:function_name_property</title>
        <link>http://wiki.ecmascript.org/doku.php?id=harmony:function_name_property&amp;amp;do=diff&amp;amp;1365178629</link>
        <description> The usefulness of the name of a function is not just for debugging. It is useful in the same ways that property names as strings are such as dispatching by name or assigning by name.   Precedent  (new Function).name === &amp;ldquo;anonymous&amp;rdquo; wante...</description>
    </item>
    <item rdf:about="http://wiki.ecmascript.org/doku.php?id=harmony:proposals&amp;amp;do=diff&amp;amp;1365026320">
        <dc:format>text/html</dc:format>
        <dc:date>2013-04-03T21:58:40+01:00</dc:date>
        <dc:creator>Brandon Benvie (bbenvie@63.245.219.150)</dc:creator>
        <title>harmony:proposals - link to function name property proposal</title>
        <link>http://wiki.ecmascript.org/doku.php?id=harmony:proposals&amp;amp;do=diff&amp;amp;1365026320</link>
        <description> See harmony for requirements, goals, and means informing and guiding the proposals under development for ES-Harmony.  Lacking a formal language specification, the following list is not definitive, but it should reflect consensus achieved so far in T...</description>
    </item>
</rdf:RDF>
