Manually combining state is something I do not want to give up. Passing by 
argument is my preferred method rather than introducing variables 
(async.waterfall). All compiler based syntaxes I have seen give me concerns 
about shared cache if multiple things are done in parallel and you use 
shared variables.

If you feel a full benchmark (I think reference problem would be a a more 
appropriate term) feel free to spec out a simple task like MVC has for todo 
applications or a full spec for something to compare against. Tooling out 
an extendable task like a build service like: 
https://github.com/nodejitsu/module-smith/blob/master/lib/builder.js is 
painful and a real world example that utilized a ton of different 
techniques. Feel free to base the spec off that.

-- 
-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to nodejs+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to