[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding a generic mathematical library
From: |
Emanuel Berg |
Subject: |
Re: Adding a generic mathematical library |
Date: |
Sun, 28 Jul 2024 13:39:16 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Christopher Dimech wrote:
> If things get out of hand, it is a problem.
It is the z-dimension or hyperpattern aspect of Lisp.
Observe Python:
if threads.is_set():
self.send('QUIT')
self.socket.close()
return
And Lisp:
(if (< fst otr)
(push (or (and read (apply read nil))
(buffer-substring-no-properties fst otr))
strs)
(setq mov nil))
>> So if one can stick to a subset methods and a consistent
>> style at least for one file it is good :)
>
> Depends on what parts need work. Do not plan to solve all
> that in one go.
Well, I don't look like a bug fixer to anyone.
BTW it sounds like you didn't have a look at the Calc code :)
--
underground experts united
https://dataswamp.org/~incal
- Re: Adding a generic mathematical library, (continued)
Adding a generic mathematical library, Shouran Ma, 2024/07/27
Re: Adding a generic mathematical library, Shouran Ma, 2024/07/27
Re: Adding a generic mathematical library, Richard Stallman, 2024/07/29
Adding a generic mathematical library, Christopher Dimech, 2024/07/30
Re: Adding a generic mathematical library, Emanuel Berg, 2024/07/30
Adding a generic mathematical library, Christopher Dimech, 2024/07/30
Re: Adding a generic mathematical library, Emanuel Berg, 2024/07/30
Re: Adding a generic mathematical library, Michael Heerdegen, 2024/07/31
Re: Adding a generic mathematical library, Emanuel Berg, 2024/07/30
Re: Adding a generic mathematical library, Christopher Dimech, 2024/07/27