> What I wanted was more documentation for the libraries here: > http://nekovm.org/doc/libs > > I've used the socket library and I find myself continously going back > to the C source to see what's actually going on (error handling etc.)
I'm not sure what kind of additional documentation you would need ? Basically, the Neko libraries are wrappers for the C libraries, with sometimes a bit of additional logic. All errors are handled as exceptions. Could you give some examples on how the docs could be improved ? Nicolas -- Neko : One VM to run them all (http://nekovm.org)
