Berwyn Hoytberwyn.hashnode.dev·Sep 20, 2023OpenResty vs Lua 5.4: a benchmarkThe problem One of my customers, the University of Antwerp, wants to switch from PHP to Lua 5.4 for their web apps that access their library catalogue product. OpenResty is the obvious choice of web stack ... but it doesn't support Lua 5.4. Everyone ...Discuss·2.1K readsLua
Rochus Kellerrochus.hashnode.dev·Jul 25, 2023Implementing Call-by-Reference and Call-by-Name in LuaThis article was first published at medium.com on Oct. 10, 2019 Lua (see https://www.lua.org/) is an amazingly flexible scripting language. Its original bytecode interpreter is not only extremely lean but was also one of the fastest scripting langua...Discuss·32 readsLua