Re: [node-dev] Re: Reducing global variables

2012-07-12 Thread Jorge
Yeah, at least one or require('require') won't work :-P On 12/07/2012, at 17:28, tjholowaychuk wrote: > Let's face it, some globals are convenient :p otherwise hell, > require('array'), require('object'), require('array-map')... the list > goes on > > On Jul 11, 8:40 am, Joran Greef wrote: >> I

[node-dev] Re: Reducing global variables

2012-07-12 Thread tjholowaychuk
Let's face it, some globals are convenient :p otherwise hell, require('array'), require('object'), require('array-map')... the list goes on On Jul 11, 8:40 am, Joran Greef wrote: > I noticed that running an empty node interpreter always provides these > global variables: > > require > global > pr