luau VS IntelliJ-Luanalysis

Compare luau vs IntelliJ-Luanalysis and see what are their differences.

luau

A fast, small, safe, gradually typed embeddable scripting language derived from Lua (by luau-lang)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
luau IntelliJ-Luanalysis
64 11
3,615 145
1.5% -
9.0 5.0
6 days ago 6 months ago
C++ Kotlin
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

luau

Posts with mentions or reviews of luau. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-11.
  • Building a baseline JIT for Lua automatically
    2 projects | news.ycombinator.com | 11 Jan 2024
    As far as I can tell, they aren't.

    http://lua-users.org/wiki/SandBoxes

    There is a lot of information there, but it doesn't handle resource exhaustion, execution time limits or give any guarantees. It does indicate that it's possible, and has a decent example of the most restrictive setup, which is a good start. But I would for example compare it with Luau's SECURITY.md.

    From https://github.com/luau-lang/luau/blob/master/SECURITY.md:

    > Luau provides a safe sandbox that scripts can not escape from, short of vulnerabilities in custom C functions exposed by the host. This includes the virtual machine and builtin libraries. Notably this currently does not include the work-in-progress native code generation facilities.

    > Any source code can not result in memory safety errors or crashes during its compilation or execution. Violations of memory safety are considered vulnerabilities.

    > Note that Luau does not provide termination guarantees - some code may exhaust CPU or RAM resources on the system during compilation or execution.

    So, even luau will have trouble with untrusted code, but it specifies exactly what happens and so on. I think that's fair enough.

  • Pluto, a Modern Lua Dialect
    9 projects | news.ycombinator.com | 27 Dec 2023
    Alternatively, Luau is a well-supported Lua variant with type checking and performance improvements, aimed more towards being a sandboxed embedded scripting environment.

    https://luau-lang.org/

  • Buzz: A lightweight statically typed scripting language
    6 projects | news.ycombinator.com | 26 Dec 2023
    If you need Lua but also type-safety, how about Luau [1] then?

    [1] https://luau-lang.org/

  • Lua Criticism Is Unwarranted
    4 projects | news.ycombinator.com | 26 Oct 2023
    I had the pleasure of working with Lua 5.1 back in the late noughties. For me it's replaced Tcl whenever I want something I can configure above a C library. At the time I used it I found it quite nice but I'll also not forget the hours I wasted tracking down nil table corruptions which could have easily been caught by a type checker.

    I had some hope that Luau https://luau-lang.org or Teal https://github.com/teal-language/tl would make things better but with the following example

        function foo(x: number): string
  • Ask HN: Looking for platforms, other than Roblox, that have adopted Luau
    6 projects | news.ycombinator.com | 20 Oct 2023
    Looking at other replies here, I can see I wasn't the only one who didn't realize there is Lua and Luau. Luau is an extension of Lua: https://luau-lang.org/

    > Luau is syntactically backwards-compatible with Lua 5.1 (code that is valid Lua 5.1 is also valid Luau); however, we have extended the language with a set of syntactical features that make the language more familiar and ergonomic.

  • Embeddable Common Lisp 23.9.9
    4 projects | news.ycombinator.com | 9 Sep 2023
    Lua is usually the embedded language of choice. If you are focused on security, you could check out the Roblox fork, Luau (https://github.com/Roblox/luau) where the creators took extra care to lock down the language on what scripts could do.
  • Creating a simple sandboxed language
    3 projects | /r/LLVM | 4 Jul 2023
    Luau - Lua variant by Roblox
  • The Warframe Lexicon for Updates
    1 project | /r/Warframe | 1 Jun 2023
    On a side note, I've heard that they recently switched from Lua to Roblox's own fork of Lua, Luau.
  • Lua: The Little Language That Could
    16 projects | news.ycombinator.com | 28 May 2023
    https://www.youtube.com/results?search_query=luau+roblox&sp=...

    Luau

    https://github.com/Roblox/luau

    Roblox wrote a superset of Roblox Lua which is way faster

  • Scripting Resources MegaThread
    1 project | /r/ROBLOXStudio | 28 May 2023
    https://luau-lang.org/ - some documentation, and examples https://create.roblox.com/docs - documentation, tutorials, and examples https://www.youtube.com/user/AlvinBLOX - tutorials https://www.youtube.com/@TheDevKing/videos - tutorials https://www.lua.org/manual/5.1/ - not specific to Roblox, but Lua reference manual https://www.codecademy.com/learn/learn-lua - Lua on Codecademy

IntelliJ-Luanalysis

Posts with mentions or reviews of IntelliJ-Luanalysis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-08.
  • Microsoft DeviceScript – TypeScript for Tiny IoT Devices
    9 projects | news.ycombinator.com | 8 Jun 2023
    Because of compile-time type safety / static analysis. And I say this as the author of an IDE that bolts those features onto Lua: https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis
  • Nelua, AOT statically typed Lua
    15 projects | news.ycombinator.com | 26 Jan 2023
    I want to start adding support for Lua derivatives to my IDE (which adds static type checking to Lua - inference, structural & nominal types, generics etc. (Luanalysis - https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis/)

    I feel like plugin support would be best but I've no idea how that's supposed to work in the presence of a predefined grammar. There's also so many variants I don't think there's a good way to build composite grammar.

    Does anyone have any ideas about how to extend language parsing? For reference, I'm using https://github.com/JetBrains/Grammar-Kit.

  • Show HN: Luanalysis – Statically type checked Lua IDEA
    1 project | news.ycombinator.com | 17 Jan 2023
  • Lua, a Misunderstood Language
    9 projects | news.ycombinator.com | 29 Sep 2022
    There's also my IDE which just bolts on types (both structural and nominal) to regular Lua - no transpiling as the types are defined with comments (or inferred).

    https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis/

    Unfortunately, I haven't been able to give it as much attention as it deserves recently.

  • A History of Lua
    14 projects | news.ycombinator.com | 10 Aug 2022
    What do you mean by no lambdas exactly? Lua supports anonymous functions and those functions capture variables from their outer scope.

    I use functional programming extensively in Lua also. Could you elaborate on what it doesn't permit?

    Integers were introduced in 5.3.

    Assigning operators? It has metatables, you can absolutely implement your own operators.

    If you want static typing you can use my IDE: https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis/

    Granted, my IDE is incredibly opinionated and not for everyone.

    Also, Lua is not my favourite language to use, doesn't even make top 3. However, the robustness of its design, considering its simplicity, is incredibly elegant.

  • Lua code
    2 projects | /r/tabletopsimulator | 26 Jan 2022
  • Luanalysis v1.3.0 Released - Statically typed Lua IDE
    1 project | /r/lua | 27 Jul 2021
    Anyway, you can find screenshots in the project's README on Github: https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis
  • Ask HN: Who wants to be hired? (June 2021)
    15 projects | news.ycombinator.com | 1 Jun 2021
    Location: Melbourne, Australia

    Remote: Yes

    Willing to relocate: Yes (Post-Covid)

    Technologies: Kubernetes, AWS, TypeScript, Ruby, React. Polyglot, refer to résumé.

    Résumé/CV: https://drive.google.com/file/d/1VJk9gs1-LN3e333ZDICwkG5pgTb...

    Email: [email protected]

    Github: https://github.com/Benjamin-Dobell/

    LinkedIn: https://www.linkedin.com/in/benjamindobell/

    Current Role: CTO @ Snaploader

    Salary Expectation: $200,000+ USD

    These days I describe myself as a full-stack developer, but I’ve also plenty of professional experience with mobile (native + React Native), infrastructure, ops, game development, tooling and reverse engineering. In my free time I also tinker with embedded systems. I’m an avid open source contributor, but also maintain many of my own open-source projects e.g. a Lua IDE which statically type checks Lua (https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis).

    I’ve 12+ years of development experience, the last six years I’ve been CTO of Snaploader, a small start-up in Australia which turns floor-plans and CAD drawings into real-time rendered 3D buildings that run in your browser (including mobile). HQ is interstate, thus the role has always been near 100% remote. There’s a team of 20+ 3D artists and sales, but development is a one man show. So I’m responsible for a pretty absurd amount.

    I also occasionally take on casual consulting gigs, which typically come about from my open source contributions. Currently I’m consulting for Berserk Games. I work on their Lua language bindings, public API documentation, networking and tooling for the (user content centric) game Tabletop Simulator (Unity/C#). I also help out their developer community with support, libraries, documentation and example projects i.e. developer advocacy.

    Please do peruse my Github. I’m after something senior where I can take some ownership, but ideally also contribute across a breadth of projects/technologies.

  • Building a Personal Website in 2021
    9 projects | news.ycombinator.com | 16 May 2021
    Me: Okay. I'm just going to prototype a game. Don't want to get carried away. I won't even write a game engine. I'll use Tabletop Simulator.

    Friend: Sounds good. How's it going?

    Me: Well. I needed to be able to debug my code. https://github.com/tts-community/moonsharp-tts-debug

    Friend: Oh, neat. So your game is done now?

    Me: Not exactly. I had to had in matchmaking by reverse engineering Steam. https://github.com/SteamRE/SteamKit/pull/704

    Friend: Ah. Alright. Can I play it now?

    Me: Nah, I was finding it hard to maintain code. I wrote a Lua code bundler. https://github.com/Benjamin-Dobell/luabundle

    Friend: Sweet.

    Me: Yeah, but I decided to integrate it into the official tooling. https://github.com/Berserk-Games/atom-tabletopsimulator-lua/...

    Friend: I'm sure the community will be thankful.

    Me: I hope so. I now run a small community of TTS developers. https://github.com/tts-community/

    Friend: Right. You must be done by now.

    Me: Nah, I couldn't statically type check my code. So I wrote some types. https://github.com/Benjamin-Dobell/tts-types

    Friend: Seems unnecessary for a prototype, but sure.

    Me: I had to write my own IDE to use them though. https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis

    Friend: Right... So how'd the game going then?

    Me: Oh, I'm not doing that anymore. I now consult for Berserk Games, developers of Tabletop Simulator

    Friend: ...

  • Scripting Editor Window literally pulled Off-Screen - cannot get it back
    2 projects | /r/tabletopsimulator | 22 Jan 2021
    Atom (most basic), Vscode with emmylua (debugging) and tabletop simulator lua, or Intellij with luanalysis (type safety). all are really good depending on your use case. I have never used the scripting window, even for simple scripts.

What are some alternatives?

When comparing luau and IntelliJ-Luanalysis you can also consider the following projects:

lua-languages - Languages that compile to Lua

IntelliJ-EmmyLua - Lua IDE/Debugger Plugin for IntelliJ IDEA

LuaJIT - Mirror of the LuaJIT git repository

hugo-blox-builder - 😍 EASILY BUILD THE WEBSITE YOU WANT - NO CODE, JUST MARKDOWN BLOCKS! 使用块轻松创建任何类型的网站 - 无需代码。 一个应用程序,没有依赖项,没有 JS

moonsharp - An interpreter for the Lua language, written entirely in C# for the .NET, Mono, Xamarin and Unity3D platforms, including handy remote debugger facilities.

tts-types - Tabletop Simulator EmmyLua types.

lua-language-server - A language server that offers Lua language support - programmed in Lua

moonsharp - Enhanced MoonSharp for improved Tabletop Simulator mod development

tl - The compiler for Teal, a typed dialect of Lua

moonscript - :crescent_moon: A language that compiles to Lua

Heimdall - Heimdall is a cross-platform open-source tool suite used to flash firmware (aka ROMs) onto Samsung Galaxy devices.