|
|
|
|
|
by pansa2
398 days ago
|
|
> How confident are you in the soundness of the type system? Teal's types are hints, like Python's and TypeScript's, so I suspect it's not sound by design. > Also, are there any Lua constructs that are difficult/impossible to type? Teal includes several types that model typical uses of Lua tables, e.g. as arrays, maps etc. It doesn't look like it can type fully general use of Lua tables, e.g. using both the "array part" and "hash part" of the same table. |
|