>   Can you tell me what you're defining task as?

You said you had two reasons for PHP and that one reason was that you had
sequential tasks to perform.  I assumed you meant that your code had to do
one thing and then another.  These "things" you have to do are tasks.  I
was pointing out that node is just as capable as any other language at
doing "things" in order.  If you were actually saying that node is not as
good at this, then that is FUD.

Your code won't work but mine will.  If it makes you happier i''ll add a
third line to make it clear how it works.

task1 = doTask1 args, task2
task2 = doTask2 args, done
task1()

If you don't understand how that works let me know.

-- 
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

Reply via email to