hererocks VS lj-cdefdb

Compare hererocks vs lj-cdefdb and see what are their differences.

hererocks

Python script for installing Lua/LuaJIT and LuaRocks into a local directory (by luarocks)

lj-cdefdb

An auto-generated cdef database for LuaJIT (by bdowning)
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
hererocks lj-cdefdb
3 1
67 16
- -
6.2 10.0
18 days ago almost 8 years ago
Python Lua
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.

hererocks

Posts with mentions or reviews of hererocks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-10.
  • A History of Lua
    14 projects | news.ycombinator.com | 10 Aug 2022
    > Also it is technical and not user-friendly for windows users, because luarocks (package manager) is unusable there unless you’re skilled in C build systems and are ready to fix these issues.

    I've found using hererocks[1] makes setting up lua and luarocks on Windows very easy. Running it in visual studio's command prompt has let me install pure Lua and C rocks.

    However, I've noticed many rocks aren't updated on luarocks and the best way to install them is to point luarocks to the rockspec file in their git repo. (Instead of `luarocks install testy` you do something like `luarocks install https://raw.githubusercontent.com/siffiejoe/lua-testy/master...` .)

    [1] https://github.com/luarocks/hererocks

  • The simplest instructions for installing the latest versions of lua + luajit + luarocks together on linux
    2 projects | /r/lua | 30 Jan 2022
    You might like hererocks. I've found it to be the easiest way to get up and running with Lua on any system that already has Python.
  • [linux] Installing lua from source
    1 project | /r/lua | 7 Oct 2021
    Never used luaver but I can recommend hererocks. It's like pyenv but Lua. Just run ./hererocks.py --lua 5.3 --luarocks latest {location_to_install}.

lj-cdefdb

Posts with mentions or reviews of lj-cdefdb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-10.
  • A History of Lua
    14 projects | news.ycombinator.com | 10 Aug 2022
    Yep, pretty much.

    I wound up writing a thing for this years ago that worked pretty well for the use cases I had at the time, but it was pretty complicated (implementation wise) and had some potential conflicts with other FFI-written stuff that imported "almost but not quite correct" stdlib definitions - since my thing would always import the exact definitions from the system header files.

    Still, it was fun and I thought it worked reasonably well for what it was.

    https://github.com/bdowning/lj-cdefdb

What are some alternatives?

When comparing hererocks and lj-cdefdb you can also consider the following projects:

install-lua - Lua installation guide

lua-enumerable - A port of ruby's Enumerable module to Lua

nvim-oxi - :link: Rust bindings to all things Neovim

port70 - A Gopher server in Lua

luacheck - A tool for linting and static analysis of Lua code.

SoarOTX - OpenTX radio programs for model sailplanes

LjTools - LuaJIT 2.0 bytecode parser, viewer, assembler and test VM. Lua 5.1 parser, IDE and debugger.

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

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