Wink Saville

Results 123 comments of Wink Saville

@MichaReiser an FYI its confusing to me that you say Speedy.js is a JavaScript to wasm compiler but then you say it takes TypeScript source. So I think @nidin's goal...

SG On Wed, Apr 12, 2017 at 8:49 AM Nidin Vinayakan wrote: > Nice to have in v1 but it can be skipped to v2. > > On Wed 12....

Is there a way to tag it v1.0.0 "nice to have", if not maybe mark it with a "v1.1.0" label so its obvious what's nice to have and what's a...

Be sure there are no associated costs for modules that don't use these features.

Not necessarily see [these](https://www.google.com/search?q=the+problem+with+oo+inheritance&oq=the+problem+with+oo+inheritance+&aqs=chrome..69i57j33.2247j0j4&client=ms-android-google&sourceid=chrome-mobile&ie=UTF-8) at a minimum this should be post 1.0.

Nice to have but v2 as you can always do it outside of initialization. let trinagles = [3]; triangles[0] = new Triangle(); triangles[1] = new Triangle(); triangles[2] = new Triangle();

Are other operators overloadable, like the arithmetic operators? On Sun, May 21, 2017, 4:10 PM Max Graey wrote: > Proposal this expressions: > > deletetypeofinstanceof > alingof > sizeof >...

Is the goal really to be a proper super/subset of TypeScript? I think that also means Turbo is JavaScript. This is laudable goal and someone will do it, but is...

Do you want to support prototypal object or class based objects. I'm guessing that class based objects are faster because they are compiled time generated. That would seem to be...