On Mon, Nov 12, 2012 at 2:35 AM, Roger WANG <[email protected]> wrote: > Ryan Cole <[email protected]> writes: > >> Ya immediate function call. My bad for not mentioning that. Ok, I had it >> passing as a Local, but I didn't know if that was bad or not. >> >> I have to admit, the docs for v8, node and libuv are all difficult to merge >> into one as a beginner. I'm honestly just brute forcing my knowledge of >> these libraries as much as I can. I make attempts to scan each set of docs >> for information as to how to do things, and when I cant find it there I go >> to github looking for examples using code search, and if that fails I go to >> google. When those all fail I generally go to IRC or here. It's a slow >> painful progression but it's basically the only way I know how to, at the >> moment. > > Regarding V8 beginners, there is some examples in > v8/test/cctest/test-api.cc which could be helpful to learn how to do > various things.
For libuv there is [1]. People mention that reading the tests[2] helps to create a mental picture of how everything ties together. [1] http://nikhilm.github.com/uvbook/ [2] https://github.com/joyent/libuv/tree/master/test -- 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
