luau-lsp VS EmmyLuaCodeStyle

Compare luau-lsp vs EmmyLuaCodeStyle and see what are their differences.

luau-lsp

Language Server Implementation for Luau (by JohnnyMorganz)

EmmyLuaCodeStyle

fast, powerful, and feature-rich Lua formatting and checking tool. (by CppCXY)
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-lsp EmmyLuaCodeStyle
2 6
174 128
- -
9.3 8.6
2 days ago about 1 month ago
C++ C++
MIT License MIT License
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-lsp

Posts with mentions or reviews of luau-lsp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-07.
  • Northlight makes Alan Wake 2 shine
    3 projects | news.ycombinator.com | 7 Nov 2023
    That's not it, I mean the "declare" statements that aren't even listed in the grammar, but are needed to give the type checker information about C API exports. The analyzer even hardcodes a bunch of them.

    luau-lsp for example ships this globalTypes.d.lua file[1] for Roblox development and let's you configure your own.

    [1]: https://github.com/JohnnyMorganz/luau-lsp/blob/4b7872349d9b8...

  • Ask HN: Looking for platforms, other than Roblox, that have adopted Luau
    6 projects | news.ycombinator.com | 20 Oct 2023
    I use Luau in my games and tools [1], and I recommend it. While I can't speak to transitioning to it from Lua, since I didn't do that, I can say that it's fast, stable, sandboxing just works (important for your use case), and it's very well supported and regularly updated.

    For context, I first started using Luau as an experimental hack by integrating it with Unity. I mostly just wanted fast and simple hot reloading. I found myself writing more and more of it, and now I'm writing most of my code in it.

    VS Code support is pretty good via the luau-lsp language server [2]. Type support for certain code patterns isn't great yet, but there are RFCs to improve this.

    They're also quietly working on native code gen and JIT support, e.g. this PR from a few hours ago [3].

    Overall, recommended! You're not crazy.

    [1] https://twitter.com/kineticpoet

    [2] https://github.com/JohnnyMorganz/luau-lsp

    [3] https://github.com/Roblox/luau/pull/1076

EmmyLuaCodeStyle

Posts with mentions or reviews of EmmyLuaCodeStyle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-29.

What are some alternatives?

When comparing luau-lsp and EmmyLuaCodeStyle you can also consider the following projects:

glsl-language-server - Language server implementation for GLSL

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

luauDec - Decompiler for luau (https://luau-lang.org/)

StyLua - An opinionated Lua code formatter

warframe-luau-dump - dumped luau warframe scripts (2024.02.16.17.13)

mscharconv - <charconv> from Microsoft STL, but multi-platform

NeoClear.lua - save you from the "what the hell?" moment

corona - Solar2D Game Engine main repository (ex Corona SDK)

molokai.nvim - Molokai colorscheme for Neovim.

Language-Server - Experimental LSP suite for Pluto, a Lua dialect, with linting and completions.

luau - A fast, small, safe, gradually typed embeddable scripting language derived from Lua