My Blog, if you’re into Lisp, Emacs, a tiny bit of politics, and building a better web.
openpgp4fpr:a9746ec6601b3bfbbbfe0f8debe8cf7a60403887
- 1 Post
- 3 Comments
Joined 2 years ago
Cake day: June 1st, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
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)