by lawrencechen on 1/11/24, 8:11 AM with 29 comments
by tiffanyh on 1/11/24, 3:36 PM
And v3.0 is underway.
by ngrilly on 1/11/24, 10:12 AM
[1] https://tonybaloney.github.io/posts/python-gets-a-jit.html
by summarity on 1/11/24, 9:04 AM
The JIT work is exciting but even more exciting would be a faster, fully featured interpreter for platforms with runtime code generation constraints (e.g. iOS) for integration into engines like Love
by lambdaone on 1/11/24, 12:04 PM
by eachro on 1/11/24, 9:47 AM
by stargrazer on 1/11/24, 10:20 AM
Can I use this faster Lua JIT in my project as a replacement? And if so, how so?
The existing luajit doesn't do v5.1, so it would be nice to use this newer engine at the newer baseline lua version level.
by chombier on 1/11/24, 11:10 AM