Nelua Programming Language

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. nelua-lang

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

    A discussion about GC and memory management can be found here https://github.com/edubart/nelua-lang/discussions/70

    Maybe it can answer to some parts of your reasoning? :/

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. terra

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

    Seems to have some overlap with Terra (https://terralang.org/).

  4. nelua-decl

    C binding generator for Nelua using GCC Lua plugin.

  5. mir

    A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR

    > I wish C was scriptable

    C kinda can be used as scripting language with MIR project https://github.com/vnmakarov/mir

    It was released just a few days ago, and I've successfully use it as an alternative and fast C compiler with Nelua.

  6. ravi

    Ravi is a dialect of Lua, featuring limited optional static typing, JIT and AOT compilers

  7. moonjit

    Discontinued Just-In-Time Compiler for the Lua Programming language. Fork of LuaJIT to continue development. This project does not have an active maintainer, see https://twitter.com/siddhesh_p/status/1308594269502885889?s=20 for more detail.

  8. moonscript

    :crescent_moon: A language that compiles to Lua

  9. Sevalla

    Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!

    Sevalla logo
  10. LuaJIT

    Mirror of the LuaJIT git repository

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

  • Nelua Programming Language

    1 project | news.ycombinator.com | 25 May 2024
  • Lapis: A Web Framework for Lua

    4 projects | news.ycombinator.com | 25 May 2024
  • Nelua: Statically typed language with a Lua flavor

    1 project | news.ycombinator.com | 22 Apr 2024
  • Lua has been a real eye opener for this Java dev

    1 project | news.ycombinator.com | 30 Jun 2023
  • Minimal, simple, efficient, statically typed, compiled, metaprogrammable, safe, and extensible systems programming language

    1 project | /r/programming | 26 Mar 2023

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