There is a lot of such tries, though nothing ready really. Take a look at http://commonjs.org/ which is a group that is trying to standardize the API for modules, file system, unit testing, etc. They have links to existing implementations as well: http://commonjs.org/impl/
<http://commonjs.org/impl/>--M On 27 May 2010 09:53, [email protected] <[email protected]> wrote: > Hi all, > > I'm curious whether v8-based solutions exists similar to perl or bash, > I mean stand-alone interpreter available for major linux > distributions, win32 and macosx that provides developer with some kind > of standard js library with such features as filesystem access, module > support, networking module. > > I am aware of seed but it's quite buggy and unstable. > > And I know that it's not a big problem to customize v8 with native > bindings to provide, say, filesystem access but I wouldn't reinvent it > if it already exists. > > Perl and Python is not a good option for me because I just don't like > their syntax and feel quite comfortable with js. > > -- > v8-users mailing list > [email protected] > http://groups.google.com/group/v8-users -- Martin "Cohen" Balážik -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
