在OS X上的Lua中编程? [英] Programming in Lua on OS X?

查看:49
本文介绍了在OS X上的Lua中编程?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在Mac OS X上可以使用什么编程Lua脚本?我正在寻找可用于在OS X上编译/解释Lua脚本的东西.

What can I use to program Lua script on Mac OS X? I'm looking for something that I can use to compile/interpret Lua script on OS X.

推荐答案

Lua源码在Mac上无需更改即可轻松编译.它将构建lua(可以作用于源脚本,预编译脚本或以交互方式起作用的解释器)和luac(可用于预编译源脚本).

The Lua source easily compiles with no changes on the mac. It will build lua (the interpreter which can act on a source script, a pre-compiled script or interactively) and luac which can be used to pre-compile source scripts.

lua.org 网站:

From the lua.org website: http://luabinaries.luaforge.net/download.html. The ones you want are the darwin binaries (they say Mac OS X in the description).

这篇关于在OS X上的Lua中编程?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆