LuaJIT: Difference between revisions
Jump to navigation
Jump to search
Line 34: | Line 34: | ||
* [https://redis.io/docs/interact/programmability/eval-intro/ LuaJIT » Lua » Redis Scripting] | * [https://redis.io/docs/interact/programmability/eval-intro/ LuaJIT » Lua » Redis Scripting] | ||
* [https://github.com/wg/wrk/tree/master/scripts LuaJIT » Lua » Wrk » Scripts] | * [https://github.com/wg/wrk/tree/master/scripts LuaJIT » Lua » Wrk » Scripts] | ||
* [https://www.jdoodle.com/execute-lua-online/ LuaJIT » Lua » JDoodle IDE] | |||
* [https://www.linode.com/docs/guides/lua-vs-python/ LuaJIT » Lua vs Python] | * [https://www.linode.com/docs/guides/lua-vs-python/ LuaJIT » Lua vs Python] | ||
* [https://api7.ai/learning-center/openresty/luajit-vs-lua LuaJIT » Lua vs. LuaJIT] | * [https://api7.ai/learning-center/openresty/luajit-vs-lua LuaJIT » Lua vs. LuaJIT] |
Revision as of 20:06, 31 January 2024
# macos
brew install luajit
luajit --help
# debian / ubuntu
sudo apt install build-essential libssl-dev git -y
git clone https://github.com/LuaJIT/LuaJIT.git && cd LuaJIT
sudo make install && ls -lah /usr/local/bin|grep luajit
sudo make clean
luajit --help