Y
Hacker News
new
|
ask
|
show
|
jobs
by
sourcegrift
5 hours ago
Are there any rough estimates on popularity of lua implementations? At this point it feels lua means luajit
1 comments
latenightcoding
5 hours ago
not even close, because there are a lot of places where you can't run LuaJIT
link
tuvix
4 hours ago
Where can you not run LuaJIT? Genuinely curious
link
Boxxed
3 hours ago
Wasm and platforms like iOS and Nintendo Switch (I think).
link
extrememacaroni
4 hours ago
anywhere that does not allow self modifying code such as app stores.
link
Dylan16807
3 hours ago
LuaJIT is not just a JIT, it also includes high speed interpreters for x86, Arm, and more.
link