axEl7fB5@lemmy.cafe to linuxmemes@lemmy.worldEnglish · edit-211 months agoThere are two types of Lua userslemmy.cafeimagemessage-square19fedilinkarrow-up15arrow-down10
arrow-up15arrow-down1imageThere are two types of Lua userslemmy.cafeaxEl7fB5@lemmy.cafe to linuxmemes@lemmy.worldEnglish · edit-211 months agomessage-square19fedilink
minus-squareDrew@sopuli.xyzlinkfedilinkarrow-up1·1 year agoI don’t think luajit compiles lua to C and then compiles the C, that would be pretty silly. JIT compilers directly output machine code. And as long as you can do something in a higher level language there’s no need to involve manual memory management or tracking ownership (rust)
I don’t think luajit compiles lua to C and then compiles the C, that would be pretty silly. JIT compilers directly output machine code.
And as long as you can do something in a higher level language there’s no need to involve manual memory management or tracking ownership (rust)