← Back to team overview

duetto-beta-testers team mailing list archive

Re: STL Trouble?

 

Hi Mike,

If you want this to be taken seriously, as much of the standard library
as possible needs to be supported.
'As possible' is a key here. It's up to Duetto team to decide anyway, but I see little reason in providing client side <thread>, for example. It has no direct equivalent in JavaScript (WebWorkers aside), and most likely C++ code that relies heavily on threads need to be rewritten before ported to the web. If one starts from scratch, he or she can use WebWorkers directly.

// Just my two cents

Valentine



References