lua-users home
lua-l archive

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


On Thu, Dec 2, 2021 at 12:43 AM Lorenzo Donati
<lorenzodonatibz@tiscali.it> wrote:
> I just skimmed on it, no time right now do delve deeper. Seems nice.
> There are lots of references to *NIX shell.
> Does it work on Windows, too?

The short answer is no, not yet. But there is very little that depends
on Unix - basically I have to know how to expand '~' to mean HOME and
assume we have a PWD env var. This is to support the feature where you
can save values to a little file in your home directory.

Should be quite easy, but haven't got easy access to a Windows machine
at the moment. Maybe over the weekend.

steve d.