[noob here] What are the advantages of Lua?

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

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

    Portable distribution of LuaJIT with precompiled binaries, libraries and FFI bindings (by malkia)

  • Heres some examples: Luajit UFO by Malkia - https://github.com/malkia/ufo This is a pure luajit with ffi examples to a vast number of libraries - its mainly for windows, but I learnt luajit using this toolkit on Win10 and Linux. Its brilliant. Another one like this is LuaPower - https://luapower.com/ This has a vast array of libs and tools ready-to-use And my personal favorite Defold - https://defold.com/

  • ljs

    Lua with C/C++/Java/Javascript syntax

  • - Luajit +FFI is the fastest, cleanest way to integrate C libs into a script. Its insane how nice it is - should be illegal :). - Lua meta tables/methods are the most under stated capability of Lua. These mechanisms allow Lua to really work like a large scale HLL. Heck you can event make a language in it! Want Lua to look like C/JS? https://github.com/mingodad/ljs There are many like this. :) - Luajit fixed at 5.2 API means its _not_ _going_ _to_ _break_ when you bring in libraries. One of my biggest pet peeves are people that think languages should always change - I think you need to read Linus's thoughts on moving ABI's any why its dumb. - If you dont like the lang, embed Lua into another lang, and then just use it for "parts" you need it for. Most of the game and sim systems I built, used this method (some with SWIG).

  • 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

  • kirby.nvim: design update

    4 projects | /r/neovim | 7 Jun 2023
  • Could someone clarify Raylib for me?

    7 projects | /r/raylib | 7 Feb 2022
  • Why Neovim is My Text Editor of Choice

    2 projects | dev.to | 23 Apr 2024
  • Lunatik: Lunatik is a framework for scripting the Linux kernel with Lua

    3 projects | news.ycombinator.com | 21 Apr 2024
  • Scriptable Operating Systems with Lua [pdf]

    2 projects | news.ycombinator.com | 20 Apr 2024