LuaJIT

Mirror of the LuaJIT git repository (by LuaJIT)

LuaJIT Alternatives

Similar projects and alternatives to LuaJIT

  1. CPython

    1,488 LuaJIT VS CPython

    The Python programming language

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  4. love

    265 LuaJIT VS love

    LÖVE is an awesome 2D game framework for Lua.

  5. hammerspoon

    123 LuaJIT VS hammerspoon

    Staggeringly powerful macOS desktop automation with Lua

  6. Lua

    Lua is a powerful, efficient, lightweight, embeddable scripting language. It supports procedural programming, object-oriented programming, functional programming, data-driven programming, and data description.

  7. delta

    100 LuaJIT VS delta

    A syntax-highlighting pager for git, diff, grep, and blame output

  8. terra

    42 LuaJIT VS terra

    Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. nelua-lang

    Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.

  11. moonscript

    :crescent_moon: A language that compiles to Lua

  12. civlua

    self contained software to build a minimalist dev environment.

  13. pallene

    Pallene Compiler

  14. minivm

    A VM That is Dynamic and Fast

  15. luajit2

    OpenResty's Branch of LuaJIT 2

  16. luajit-remake

    An ongoing attempt to re-engineer LuaJIT from scratch

  17. quickjs

    Public repository of the QuickJS Javascript Engine.

  18. zuo

    9 LuaJIT VS zuo

    A tiny Racket for scripting

  19. Wren

    47 LuaJIT VS Wren

    The Wren Programming Language. Wren is a small, fast, class-based concurrent scripting language.

  20. spacehammer

    Hammerspoon config inspired by Spacemacs

  21. lua-languages

    Languages that compile to Lua

  22. tarantool

    6 LuaJIT VS tarantool

    Get your data in RAM. Get compute close to data. Enjoy the performance.

  23. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better LuaJIT alternative or higher similarity.

LuaJIT discussion

Log in or Post with

LuaJIT reviews and mentions

Posts with mentions or reviews of LuaJIT. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-02-24.
  • My Favorite C++ Pattern: X Macros
    1 project | news.ycombinator.com | 25 Mar 2025
    I've learned about them, staring endlessly at the luajit source code - for example (not the best example I can remember, but still) - https://github.com/LuaJIT/LuaJIT/blob/v2.1/src/lj_lex.h#L15

    there it defines a TOKEN(_,__) macro generator the luajit token/keywords and later generates enums with them.

    I've used it recently to wrap a "C" api with lots of functions, such that I can redirect calls.

  • Writing a DSL in Lua (2015)
    6 projects | news.ycombinator.com | 24 Feb 2025
    > This is strictly about how much memory LuaJIT can address on that platform

    No it is not.

    https://github.com/LuaJIT/LuaJIT/issues/285#issuecomment-197...

    > If your workload fits inside 2 GiB (IIRC) it will be fast.

    This has nothing to do with the issue being mentioned here.

  • Kickstart insight needed: A new retrofitted C dialect?
    14 projects | news.ycombinator.com | 22 Feb 2025
    I love this idea so much.

    I got stuck at how to tackle "new language doesn't compile with a standard C compiler" for many times, but my solution is much worse than yours: Like LuaJIT, they left one unreadable "minilua" C file [1] to bootstrap some stuff, we could have a source-code version of the "new C" compiler, compile things twice. That sounds bad.

    For languages with a very advanced type system that compiles to C, I could only think of Koka [2], which translates the "algebraic effect and handlers" code into pure C, achieving pure C generators, coroutines and async/await without the support of setjmp/setcontext. But the generated C code is unreadable, I would definitely think about how to handle the readability and debugging issue with sidecar files.

    [1]: https://github.com/LuaJIT/LuaJIT/blob/v2.1/src/host/minilua....

    [2]: https://koka-lang.github.io/koka/doc/book.html

  • Show HN: FixBrowser – a lightweight web browser created from scratch
    6 projects | news.ycombinator.com | 24 Dec 2024
    Python may not be the best example, but some other languages also exist and are both less "weird" than https://github.com/denysdovhan/wtfjs and fast (e.g. see http://luajit.org/ which is far less complex than V8).
  • A Walk with LuaJIT
    7 projects | news.ycombinator.com | 21 Nov 2024
    You're probably referring to what he wrote here [1]:

    > Is the sponsor prepared to sponsor the initial review and integration into the LuaJIT default code base by me?

    > Is the sponsor prepared to sponsor the inevitable initial bug fixes and the extra effort for continued maintenance that a new architecture entails?

    Also, I should have be clearer about the new GC I linked to: I have not seen Mike say anything about it, and I wouldn't be surprised in the least if he rejects it and writes his own, because he had his own plan for one. It seems super difficult to get anything past him.

    [1] https://github.com/LuaJIT/LuaJIT/issues/628#issuecomment-716...

  • Valve is testing ARM64 support for popular games
    4 projects | news.ycombinator.com | 22 Sep 2024
    Indeed, LuaJIT support for Windows/Arm64 was added in https://github.com/LuaJIT/LuaJIT/issues/593, and there’s experimental out-of-tree support for Windows/Arm64EC in https://github.com/LuaJIT/LuaJIT/issues/1096
  • LuaJIT PR: Add Support for RISC-V 64
    5 projects | news.ycombinator.com | 8 Sep 2024
    The issue linked in the sibling comment is the main one, but for a specific example them having reservations about a feature in more recent version, there's this:

    https://github.com/LuaJIT/LuaJIT/issues/1013#issuecomment-16...

  • Twenty Years of Valgrind
    3 projects | news.ycombinator.com | 28 Aug 2024
    > are suppression files ever actually used due to an actual false positive,

    There used to be one in LuaJIT because it had an optimized string comparison that compared outside of the allocation (which is allowed by the OS as long as you don't cross a page boundary, which LuaJIT's allocation algorithm made sure it never did)

    The suppression was removed in https://github.com/LuaJIT/LuaJIT/commit/ff34b48ddd6f2b3bdd26... when the string hashing got a new implementation

  • Hackers Exploited a PC Driving SIM to Pull Off Disney Data Breach
    2 projects | news.ycombinator.com | 30 Jul 2024
  • Weird things I learned while writing an x86 emulator
    9 projects | news.ycombinator.com | 10 Jul 2024
    For an implementation of logical immediate encoding without the loop, see https://github.com/LuaJIT/LuaJIT/blob/04dca7911ea255f37be799...
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 25 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Stats

Basic LuaJIT repo stats
56
4,998
8.4
15 days ago

LuaJIT/LuaJIT is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of LuaJIT is C.


Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that C is
the 6th most popular programming language
based on number of references?