|
|
|
|
|
by paulddraper
1795 days ago
|
|
First you have to decide whether AssemblyScript is a language, or a compiler for an existing language. If it's a language, then it gets to decide what ```let foo: string = "whatever"``` means. If it's a compiler for an existing language, then semantics have already been decided, and the compiler has to implement it. But none of the precludes abstraction to reduce data type conversions. |
|
I'm not sure what type of compiler to label that as, but that's the goal.