> If I want to mix the syntax, let me, don't error out.

I lets you mix it, you just have to do it correctly. E.g: this works
without error:

function foo(_) {
    process.nextTick(_);
    console.log('a');
    process.nextTick(function() {
        console.log('b');
    });
}
foo(_);

Don't blame streamline for your own shortcomings. I know of its
drawbacks in debugging mode, but thats about it, i get tired and angry
about the FUD spread around it, and you made a ton of it.

> I just don't have time to write more benchmarks that no mater what I
> come up with Bruno will find another reason why it isn't valid.

Its not like Bruno is doing an evil plot here. Since as long your
benchmark does not compare apple with oranges, it will always be just
as fast as vanilla written code, since in the end, it translates to
vanilla code.

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