darklua VS luau-lsp

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

darklua

A command line tool that transforms Lua code (by seaofvoices)

luau-lsp

Language Server Implementation for Luau (by JohnnyMorganz)
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
darklua luau-lsp
1 2
58 174
- -
8.0 9.3
about 2 months ago about 4 hours ago
Rust 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.

darklua

Posts with mentions or reviews of darklua. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-20.

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

What are some alternatives?

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

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

glsl-language-server - Language server implementation for GLSL

Luau.NET - project to build and generate bindings for using Luau as a library

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

wasm-bpf - WebAssembly library, toolchain and runtime for eBPF programs

shame - A shader EDSL for writing render and compute pipelines in rust

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

json_typegen - Tools and libraries to create types for Rust, Kotlin, TypeScript and Python from JSON samples

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

optimization-engine - Nonconvex embedded optimization: code generation for fast real-time optimization

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