Wondering how many times in my life I will read this email and subsequent answers.
I think it is clear what the core team is doing with node, diverging attentions to your projects on fibers/threads of any kind/etc is really not a good thing to do with beginners imho, and I would refrain from answering like that. If you think I'm wrong at least explain why you think answering in such fashion to a beginner in node is a good thing? *What can I deal about callback hell?* *tldr*: Deal with it; learn node. *paragraph*: First, don't call it callback hell if you are willing to use nodejs. Second, maybe try "stream hell" if such thing exists. Streams are a first class citizen in node. Third, write a control flow library, now use one (someone did a better job than you and its in github.com/caolan/async). Now you understand node, if you wish to use fibers go ahead and do so. Please put it in the readme of your project so I know not to use it. Nuno -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
