lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Cary O'Brien wrote:
> We are looking at using lua in an embedded environment where there is no 
> file system.  I can imagine situations where we might want to send precompiled 
> code to the system over the communications link. 

That's why we wanted that functionality for yindo as well. Why download code 
across the net to memory and then have to put it in a temp file, read it back into
memory and delete the file?

Steve