[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: dostring and precompiled code
- From: Steve Dekorte <steve@...>
- Date: Mon, 5 Feb 2001 10:07:14 -0800
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