Building the fastest Lua interpreter.. automatically!

This page summarizes the projects mentioned and recommended in the original post on /r/Compilers

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • luau

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

  • Also it should be noted that LuaJITs hash table shape specialization is also done in the JIT, which is similar to the IC that the author is doing in the interpreter. Roblox's Luau actually does hash table shape specialization in the interpreter

  • wordgrinder

    A word processor which gets the hell out of your way and lets you get some work done.

  • I have a word processor I wrote (https://cowlark.com/wordgrinder) which is mostly written in Lua, with hardware-specific stuff in C, and while this works extremely well, I'd very much like something with stronger typing. There's a possibility I'd be able to just drop in Luau and get it, plus some performance benefits. I'd need to reimplement parts of the standard library due to Luau having dropped things like the io library but that's no great hardship. I like the syntax, too, which is expressive and very lightweight.

  • 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.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts