help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to specialize seq-concatenate and seq-into-sequence?


From: Stefan Monnier
Subject: Re: How to specialize seq-concatenate and seq-into-sequence?
Date: Thu, 03 Mar 2022 12:40:19 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Philipp Stephani [2022-03-03 16:50:00] wrote:
> 1. Is the idea that seq-into-sequence should return a "primitive" sequence
> (vector, list, string)?  At least that's my interpretation, but the
> docstring isn't 100% clear.

I think that's the idea, yes.

> 2. seq-concatenate takes a &rest argument - AIUI it's not possible to 
> specialize that?

I think the idea is that you'd use something like `seq-do` on each
sequence.  AFAICT `stream.el` doesn't implement this method, tho.


        Stefan




reply via email to

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