Hacker News
new
past
comments
ask
show
jobs
points
by
matheusmoreira
18 hours ago
|
comments
by
orthoxerox
12 hours ago
|
next
[-]
Why won't it be compatible? Any code written in Lua 5.1 will run on LuaJIT.
reply
by
matheusmoreira
3 hours ago
|
parent
|
[-]
But not the other way around.
reply
by
orthoxerox
3 hours ago
|
parent
|
[-]
LuaJIT has always been a superset of 5.1.
reply
by
matheusmoreira
2 hours ago
|
parent
|
[-]
Which is why it should be a new language. Like C and C++.
reply
by
ulbu
15 hours ago
|
prev
|
next
[-]
well, it doesn’t say Lua5.1-JIT
reply
by
a_t48
18 hours ago
|
prev
|
next
[-]
It could be opt in.
reply
by
sourcegrift
17 hours ago
|
prev
|
[-]
Are there any rough estimates on popularity of lua implementations? At this point it feels lua means luajit
reply
by
latenightcoding
17 hours ago
|
parent
|
[-]
not even close, because there are a lot of places where you can't run LuaJIT
reply
by
tuvix
16 hours ago
|
parent
|
next
[-]
Where can you not run LuaJIT? Genuinely curious
reply
by
Boxxed
15 hours ago
|
parent
|
next
[-]
Wasm and platforms like iOS and Nintendo Switch (I think).
reply
by
extrememacaroni
16 hours ago
|
parent
|
prev
|
[-]
anywhere that does not allow self modifying code such as app stores.
reply
by
Dylan16807
15 hours ago
|
parent
|
prev
|
[-]
LuaJIT is not just a JIT, it also includes high speed interpreters for x86, Arm, and more.
reply