You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I just want to test something out in OpenResty's fork of LuaJIT, that doesn't necessarily involve the lua-nginx APIs (or other OpenResty components). For example FFI stuff.
In that case a REPL would be more helpful than resty -e ... because I could inspect and modify things in real-time rather than tweaking a long string.
It would only need to be pure LuaJIT, no nginx stuff.
The text was updated successfully, but these errors were encountered:
Sometimes I just want to test something out in OpenResty's fork of LuaJIT, that doesn't necessarily involve the lua-nginx APIs (or other OpenResty components). For example FFI stuff.
In that case a REPL would be more helpful than
resty -e ...
because I could inspect and modify things in real-time rather than tweaking a long string.It would only need to be pure LuaJIT, no nginx stuff.
The text was updated successfully, but these errors were encountered: