Lute: A Standalone Runtime for Luau
2 days ago
- #Lute
- #APIs
- #Luau
- Lute provides built-in APIs for common tasks like file system access, HTTP networking, cryptography, and process management.
- Lute serves as a standalone runtime for Luau, enabling general-purpose programming outside game engines, similar to Node.js or Deno.
- APIs are exposed via low-level libraries under @lute and a higher-level standard library under @std, with future compatibility planned for Roblox to support the same @std APIs.