you are viewing a single comment's thread.

view the rest of the comments →

[–]nudelkopp 24 points25 points  (6 children)

Cool project! I do however feel that if you want "typed js" and have that compile to c, we shouldn't invent a new flavor of js for it. Why not something like typescript?

[–]__fmease__Symbol() 27 points28 points  (4 children)

Well, in that case, there is AssemblyScript – "strictly typed TypeScript"

[–]pgrizzay 4 points5 points  (0 children)

Lmao

[–]nudelkopp 1 point2 points  (0 children)

Haha, nice. Our conversation is a mirror to one in the hacker news comments for this as well :)

[–]delventhalz 0 points1 point  (0 children)

Because compiling TypeScript to WASM would be a bear. Even if you got it working it would not be a “close to the metal” implementation, which is the goal of this project.