FOAM: New JavaScript Framework by Google Engineers
1–10 of 115 posts
Re: FOAM: New JavaScript Framework by Google Engineers
#2Re: FOAM: New JavaScript Framework by Google Engineers
#3I find it interesting that after Angular this would the second (3rd if you count GWT) JS framework released by Google with pretty bad performance characteristics (if it actually is made be Google).
Re: FOAM: New JavaScript Framework by Google Engineers
#4[1] http://en.wikipedia.org/wiki/Composition_over_inheritance
Re: FOAM: New JavaScript Framework by Google Engineers
#5I'm envisioning a way to create software, where while having a conversation with another person, we could collaboratively draw some shapes on the screen, connect them, then my program comes to life, evolves, scales up, scales down, etc.
I believe programming should not be an endeavor accessible only to those adept at manipulating text files. Telling computers what to do should be for everyone.
Re: FOAM: New JavaScript Framework by Google Engineers
#6Oh boy, yet another JavaScript framework. Colored me unimpressed; angular, backbone, ember, angular 2.0, react, etc. I feel like they're just reinventing the same wheel with a different spin. I wish people would actually spend their time creating a really revolutionary "framework" instead, better yet a programming environment, which would redefine how we write web programs. I'm envisioning a way to create software, w…
Re: FOAM: New JavaScript Framework by Google Engineers
#7Oh boy, yet another JavaScript framework. Colored me unimpressed; angular, backbone, ember, angular 2.0, react, etc. I feel like they're just reinventing the same wheel with a different spin. I wish people would actually spend their time creating a really revolutionary "framework" instead, better yet a programming environment, which would redefine how we write web programs. I'm envisioning a way to create software, w…
That said - having frameworks emerge from the community rather than dictated is a good thing, it helps create a healthy ecosystem. Whenever a new "fad" takes over we actually _do_ learn something.
Re: FOAM: New JavaScript Framework by Google Engineers
#8Re: FOAM: New JavaScript Framework by Google Engineers
#9Oh boy, yet another JavaScript framework. Colored me unimpressed; angular, backbone, ember, angular 2.0, react, etc. I feel like they're just reinventing the same wheel with a different spin. I wish people would actually spend their time creating a really revolutionary "framework" instead, better yet a programming environment, which would redefine how we write web programs. I'm envisioning a way to create software, w…
Re: FOAM: New JavaScript Framework by Google Engineers
#10 CLASS({
name: 'Calc'
With babeljs you can use ES6 syntax like this: class Calc {
}