4 pointsby james2doyle20 hours ago2 comments
  • james2doyle20 hours ago
    Lune is a standalone Luau runtime. You can write and run programs, similar to runtimes for other languages such as Node, Deno, Bun, or Luvit for vanilla Lua.

    Lune provides fully asynchronous APIs wherever possible, and is built in Rust for speed, safety, and correctness.

    Lune version 0.9.0 introduces changes to the require behavior, process spawning functions, and WebSocket methods, while also adding new features to the roblox and datetime standard libraries, improving documentation, and fixing several bugs. Serde support is also expanded

  • 90s_dev19 hours ago
    Luau is gradually typed and has intellisense support? That was my biggest gripe with Love2d, and a huge motivation for why I created the project I haven't yet released! Oh man, I have to check this out.