Question about Lua history
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Question about Lua history
- From: Fabien <fleutot+lua@...>
- Date: 2008年2月25日 13:40:02 +0100
This is a simple question I ask myself every time I see some Lua 4 code: why did it require a prefix '%' for upvalues? Was it an implementation constraint? A way to mark stuff that were compiled very inefficiently?
-- Fabien