[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] el - an interactive shell-friendly form of Lua
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 2 Dec 2021 10:33:24 +0200
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.