[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: seq.el and the complexity of Emacs Lisp.
|
From: |
Michael Heerdegen |
|
Subject: |
Re: seq.el and the complexity of Emacs Lisp. |
|
Date: |
Fri, 10 Nov 2023 14:30:06 +0100 |
|
User-agent: |
Gnus/5.13 (Gnus v5.13) |
João Távora <joaotavora@gmail.com> writes:
> > We have lazy sequences in Gnu Elpa: stream.el.
>
> Right, and they're using seq.el in the sense I described
> if I'm not mistaken.
>
> Meaning if such object created by stream.el is somehow given
> to a library in core what uses seq-* functions, that
> library will do the right thing polymorphically I suppose.
Indeed. These streams are fully-fledged sequences in the sense of
seq.el, that was one of the basic design ideas.
Michael.
- Re: seq.el and the complexity of Emacs Lisp., (continued)
- Re: seq.el and the complexity of Emacs Lisp., Jim Porter, 2023/11/09
- Re: seq.el and the complexity of Emacs Lisp., João Távora, 2023/11/09
- Re: seq.el and the complexity of Emacs Lisp., Jim Porter, 2023/11/09
- Re: seq.el and the complexity of Emacs Lisp., Jim Porter, 2023/11/09
- Re: seq.el and the complexity of Emacs Lisp., João Távora, 2023/11/09
- Re: seq.el and the complexity of Emacs Lisp., Jim Porter, 2023/11/09
- Re: seq.el and the complexity of Emacs Lisp., Alan Mackenzie, 2023/11/10
- Re: seq.el and the complexity of Emacs Lisp., Eli Zaretskii, 2023/11/10
- Re: seq.el and the complexity of Emacs Lisp., Michael Heerdegen, 2023/11/10
- Re: seq.el and the complexity of Emacs Lisp., João Távora, 2023/11/10
- Re: seq.el and the complexity of Emacs Lisp.,
Michael Heerdegen <=
- Re: seq.el and the complexity of Emacs Lisp., Richard Stallman, 2023/11/07
- Re: seq.el and the complexity of Emacs Lisp., Gerd Möllmann, 2023/11/08
- Re: seq.el and the complexity of Emacs Lisp., Richard Stallman, 2023/11/07
- Re: seq.el and the complexity of Emacs Lisp., Björn Bidar, 2023/11/06
- Re: seq.el and the complexity of Emacs Lisp., Eli Zaretskii, 2023/11/06
- Re: seq.el and the complexity of Emacs Lisp., Björn Bidar, 2023/11/06
- Message not available
- Re: seq.el and the complexity of Emacs Lisp., Emanuel Berg, 2023/11/06
- Re: seq.el and the complexity of Emacs Lisp., Harald Judt, 2023/11/07
- Re: seq.el and the complexity of Emacs Lisp., Emanuel Berg, 2023/11/07
- Re: seq.el and the complexity of Emacs Lisp., Harald Judt, 2023/11/07