I'm just curious why do you need to modify javascript language for "the right dynamic OOP"? May be it's worth to share your conception of the true OOP with another peoples to make sure your model is efficient enough prior to implementation?
If you need just to provide another set of libraries similar to those node.js does, you don't need to dig into the v8 internals (and of course you don't need to modify assembly modules of v8!) For that purpose learning a few samples that demonstrates v8/C++ integration would be enough. 2012/9/13 Mikhail Tatsky <[email protected]> > I about 3-4 months learn sources by self. > I got some but so much was not understood. > > > I want to write my own modification of JavaScript for server side alternative > to node.js(absolutely other language) > > With right dinamic OOP and integrate with my js framework. > For Unix 32 and 64 and QNX. > > > I just do not know from what to start. > Unversity knoweldge about C++/C and assembler are too small to undertstand > source of > v8. > > > Please advice me as only possible more books, materials and any that > become as wise as v8 team, please. > > > > Several words of proffesional developer could worth years of self-search > information. > So I very hope v8 team will write some book and material to learn. > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users -- Best regards, Alexander Shabanov -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
