emacs-devel
[Top][All Lists]
Advanced

[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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]