Git Product home page Git Product logo

Comments (3)

arv avatar arv commented on May 3, 2024

From [email protected] on May 16, 2011 17:43:06
FYI, E4X is dead. The spec is not even compatible with ES5 and no one has shown any interest in updating it to work with ES5.

That said, I do think that if someone submitted patches to add it Traceur and it was under a flag we would accept it.

from traceur-compiler.

arv avatar arv commented on May 3, 2024

From [email protected] on May 16, 2011 18:18:57
The agreement in TC39 was for Mozilla and Adobe to evolve an ECMA-357 (E4X) successor, I jokingly call it E5X, and evolve it from crazyland to have runtime semantics that can be implemented by proxies. The XML syntax is partly actually good and salvageable, better if done via a syntactic extension mechanism, but lacking that, still separable into an E4X spec.

This was all recorded in meeting notes, IIRC.

/be

from traceur-compiler.

arv avatar arv commented on May 3, 2024

From [email protected] on June 24, 2011 05:39:18
Facebook actually took the idea of E4X and modified their PHP runtime so that UI component can be easily constructed with XML, and manipulated as an Object instance.

For example:

// See http://codebeforethehorse.tumblr.com/post/3096387855/an-introduction-to-xhp
$blog_post =

{$blog->getTitle()}

/\* insert the meta data component */
{$blog->getContent()}
;

$blog_post .setId('foo');
print $blog_post ->toString(); // so you get the HTML .

It's a great way to build and render UI consistently and I'd like to see this feature available in JS, too.

from traceur-compiler.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.