axEl7fB5@lemmy.cafe to linuxmemes@lemmy.worldEnglish · edit-29 months agoThere are two types of Lua userslemmy.cafeimagemessage-square6linkfedilinkarrow-up14arrow-down10
arrow-up14arrow-down1imageThere are two types of Lua userslemmy.cafeaxEl7fB5@lemmy.cafe to linuxmemes@lemmy.worldEnglish · edit-29 months agomessage-square6linkfedilink
minus-squareDrew@sopuli.xyzlinkfedilinkarrow-up1·10 months 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)