[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Did Lua ever have built-ins recognized by the VM?
- From: Dibyendu Majumdar <mobile@...>
- Date: Sun, 31 Mar 2019 12:37:52 +0100
I was wondering if Lua ever had built-in functions that were
recognized by the VM. This seems hard to do given that functions are
values in Lua, and can be saved in local variables.