top | item 45294745 (no title) parenwielder | 5 months ago Pluto seems cool, and I hadn't heard of it! Looks like they don't have a type system though, so it's more in the flavor of "extensions to Lua 5.4" than actively growing the language in a different direction than Lua itself has been growing. discuss order hn newest james2doyle|5 months ago https://pluto-lang.org/docs/New%20Features/Type%20HintingThey have "type hints" which looks to be pretty close to what luau has except they use `any` instead of `unknown` it seems
james2doyle|5 months ago https://pluto-lang.org/docs/New%20Features/Type%20HintingThey have "type hints" which looks to be pretty close to what luau has except they use `any` instead of `unknown` it seems
james2doyle|5 months ago
They have "type hints" which looks to be pretty close to what luau has except they use `any` instead of `unknown` it seems