TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

LuaX – Lua interpreter, REPL, and useful packages

62 pointsby adius12 months ago

5 comments

apitman12 months ago
&gt; The script bootstrap.sh installs ninja, zig and compiles LuaX<p>I think we&#x27;re going to see more build instructions like this as time goes on. Zig installs are simple, self-contained, don&#x27;t require root to install, and automatically handle C&#x2F;C++ cross-compilation like magic. I suspect long term these benefits will put Zig in a position to become the best build tool for C&#x2F;C++ projects. If you&#x27;re already using it for your compiler, you might as well use it to write your build scripts.
评论 #40483251 未加载
评论 #40483400 未加载
EligibleDecoy12 months ago
So this lets you essentially run Lua standalone, and then compile those scripts into executables. Seems like a mix of Cython and bash. In going to give it a try, it might fill a niche of some dev tool scripts I make for the team.
评论 #40485133 未加载
BugsJustFindMe12 months ago
&gt; <i>Lua interpreter and REPL based on Lua 5.4</i><p>Lua already is this. I don&#x27;t understand.<p>&gt; <i>augmented with some useful packages</i><p>How is this better than using LuaRocks?
评论 #40483493 未加载
saddat12 months ago
Dumb question: really compiled code , non plain readable anymore ?
synergy2012 months ago
luac can compile lua code,how different is luaX?
评论 #40482460 未加载