Hacker News new | ask | show | jobs
by parenwielder 268 days 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.
1 comments

https://pluto-lang.org/docs/New%20Features/Type%20Hinting

They have "type hints" which looks to be pretty close to what luau has except they use `any` instead of `unknown` it seems