Hi Stephan, thanks for this work, it is really beneficial to have more V8 bindings.
Have you ever thought about making these libraries available in an object-oriented way? For instance, have a look at my MySQL (http://code.google.com/p/v8cgi/wiki/API#MySQL_functions) or GD (http://code.google.com/p/v8cgi/wiki/API_GD) bindings in v8cgi - these basically define one or two JS "classes" (functions) and wrap relevant functions as their methods. Sincerely, Ondrej Zara > On Mar 3, 12:29 am, Stephan Beal <[email protected]> wrote: >> The past two evenings i've made good progress on ncurses bindings for >> v8. The sources are available here: >> >> http://fossil.wanderinghorse.net/repos/v8-addons/ > > The ncurses wrapper is now ready for use (see above link). It's got > 126 bound functions, covering all of the most common ncurses > operations. Some stuff is still on the porting-todo list (e.g. the > ripoffline() API), and there's still lots of testing to do, but the > vast majority of the API is in place and "appears to work [for me [at > the moment]]". > > Thanks again to those of you who have helped to answer my v8 questions > along the way! > > Happy hacking! > > > > --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
