[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: new thought experiment: what would you add to Lua ?
- From: Andrew Gierth <andrew@...>
- Date: Sat, 15 Sep 2018 19:44:05 +0100
>>>>> "Frank" == Frank Kastenholz <fkastenholz@verizon.net> writes:
Frank> os.setenv, as a counterpart to os.getenv?
There's a reason for that not to exist - getenv() is part of ISO C, but
there is no standard C function to _set_ environment vars, because that
is platform-dependent territory.
--
Andrew.