[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] el - an interactive shell-friendly form of Lua
- From: Hisham <h@...>
- Date: Tue, 30 Nov 2021 12:57:18 -0300
On Wed, 24 Nov 2021 at 16:16, steve donovan <steve.j.donovan@gmail.com> wrote:
>
> On Wed, 24 Nov 2021, 19:46 Michal Kottman, <michal.kottman@gmail.com> wrote:
>>
>> Nice to see you back on the List!
>
>
> Thanks, it's nice to be back
>
>> dependent exp-s at every input. So basically you could say 'a = 1; b = sin(a*math.pi); c=math.sqrt(b)' and later on every time you change 'a' you can also see 'b' and 'c' changing simultaneously
>
>
> This is cute - amazing how much power comes out of a simple set of rules.
>
> Sounds like something that Hisham might be interested in - he was generalizing spreadsheets
el itself spiked my interest, looks like something I could try to use! :)
Cheers!
-- Hisham