[2:11]<tlrobinson1> http://www.cmlenz.net/archives/2009/12/namespaces [2:19]<MisterN> tlrobinson1: "node.js with its CommonJS-based module system" [2:19]<MisterN> i think that formulation sucks. [2:27]<inimino> isn't that what node.js already is? [2:51]<MisterN> inimino: the problem is that he credits node.js with a module system that was invented by the commonjs folks. [2:52]<MisterN> inimino: whereas you node.js folks say that standards suck :P [2:52]<inimino> sweeping generalizations suck [2:53]<MisterN> couldn't resist :D [18:09]<ashb> hmmm how can i test if a regexp matches on every line in a string... [18:11]<inimino> ashb: /^(e\n)*$/ [18:12]<ashb> yes that would do it. durh [18:12]<inimino> actually, I don't think that's right [18:12]<inimino> assuming e doesn't consume the entire line [18:13]<inimino> /^([^\n]*e[^\n]*\n)*$/ [18:13]<ashb> yeah you'd have to stick a .*? [18:14]<ashb> . wont match a new line unless m flag is on [18:14]<inimino> yeah [18:14]<inimino> right [21:33]<cadorn> hmm, a reply is not going through to the CommonJS mailing list