[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Hooks for I/O, memory, etc?
- From: Pyrogon Public <public@...>
- Date: Mon, 10 Jun 2002 14:13:33 -0700
> The drawback is that everyone using Lua would have to start
> it with something like
>
> lua_open(&realloc);
Compared to using the language as a whole, this seems like a trivial
matter. Startup and initialization -- especially if it's optional -- is
easy to document, debug and understand. Patching the core Lua code
isn't =)
Brian