TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

LuaX – Lua interpreter, REPL, and useful packages

62 点作者 adius12 个月前

5 条评论

apitman12 个月前
&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 个月前
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 个月前
&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 个月前
Dumb question: really compiled code , non plain readable anymore ?
synergy2012 个月前
luac can compile lua code,how different is luaX?
评论 #40482460 未加载