-
Notifications
You must be signed in to change notification settings - Fork 7
why is libuv not written by c++? #169
Comments
I think it's written in plain C for maximum portability. Node.js is also not the only consumer to consider. |
i think portability is not so important. c++ also have very large portability, and microsoft widely support c++, not c. |
100% sure that microsoft only support some standard C, so C is not more portability than C++. so i think libuv can be rewritten by C++ so that libuv source code can be more wonderful and let me read less code. |
I do not think so, not everyone likes C++, at least l am not. |
If you're looking for a C++ libuv binding take a look at https://github.com/skypjack/uvw |
can i be rewritten by c++? nodejs source code mostly use c++ so that we can unify source code language.
The text was updated successfully, but these errors were encountered: