|
Philip Bock wrote:
Just out of curiosity, why is your #include better than require() or loadfile()?I've written a simple preprocessor in Lua, to preprocess Lua scripts. Basically, it implements #include and #define, so I don't have to define a large number of global variables for commonly used constants. (By the way, will I really save anything doing it this way? I assume numerical constants are more efficient than global variables.)
-alex