The Artima Developer Community
Sponsored Link

Java Buzz Forum
CommonJS: Bridging client and server, and why JavaScript desperately needs first class modules

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
dion

Posts: 5028
Nickname: dion
Registered: Feb, 2003

Dion Almaer is the Editor-in-Chief for TheServerSide.com, and is an enterprise Java evangelist
CommonJS: Bridging client and server, and why JavaScript desperately needs first class modules Posted: Sep 11, 2010 9:26 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by dion.
Original Post: CommonJS: Bridging client and server, and why JavaScript desperately needs first class modules
Feed Title: techno.blog(Dion)
Feed URL: http://feeds.feedburner.com/dion
Feed Description: blogging about life the universe and everything tech
Latest Java Buzz Posts
Latest Java Buzz Posts by dion
Latest Posts From techno.blog(Dion)

Advertisement
(function(require, exports) { "use strict"; // ... exports.x = 21; }).apply({}, typeof require === 'function' ? [require, exports] : [function(g){return function(id){return g[id];};}(this._modules = this._modules || {}), [...]

Read: CommonJS: Bridging client and server, and why JavaScript desperately needs first class modules

Topic: Unit Testing Legacy Code Previous Topic   Next Topic Topic: Spock Testing Framework

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use