<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif">I don't know, I have a huge soft spot for [list-drip]. I think it's the paradigmatic example of how to do a recursive function in Pd (naive approaches to which usually die with a stack overflow). It makes sense to have a built-in iteration method for [list], but I'd kind of selfishly hate to obsolete [list-drip]. It's great for teaching because it makes students think a lot about how things are implemented.</div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 24, 2016 at 7:49 AM, Christof Ressi <span dir="ltr"><<a href="mailto:christof.ressi@gmx.at" target="_blank">christof.ressi@gmx.at</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks a lot! [clone] is a really awesome feature!<br>
<br>
I also like the new 'delete' method for [text]. Very nice!<br>
<br>
Just one question: Are there any plans to get rid of some deep copying in the code for [list]? Some month ago we had a discussion about iterating through lists in Pd and how it's not possible in linear time in pure vanilla style (at least not in a trivial way, think of the [list-drip] abstraction). You kind of made a hint that you might revise the code in a future release. I'm just curious if this is something we could expect. I checked and the 'naive' style with two [list split] objects still behaves kind of exponentially.<br>
Generally I find it a bit curious that in Pd one needs to split a list twice (with all the copying involved) just to retrieve a single item. Have you thought of implementing something like an 'iterate' method (I think I even saw this in one of your to-do-lists) or even getter/setter methods, like in [text] and [array]?<br>
<br>
Thanks a again for the release!<br>
<br>
<br>
> Gesendet: Samstag, 23. April 2016 um 20:27 Uhr<br>
> Von: "Miller Puckette" <<a href="mailto:msp@ucsd.edu">msp@ucsd.edu</a>><br>
> An: <a href="mailto:pd-announce@iem.at">pd-announce@iem.at</a><br>
> Betreff: [PD] [PD-announce] pd 0.47-0 test 1 released<br>
<div class="HOEnZb"><div class="h5">><br>
> To Pd-announce:<br>
><br>
> Pd version 0.47-0 test 1 is available on <a href="http://msp.ucsd.edu/software.htm" rel="noreferrer" target="_blank">http://msp.ucsd.edu/software.htm</a><br>
> or via git from sourceforge:<br>
>   git clone git://<a href="http://git.code.sf.net/p/pure-data/pure-data" rel="noreferrer" target="_blank">git.code.sf.net/p/pure-data/pure-data</a><br>
><br>
> I'm still fixing bugs but the major changes are in place: a "clone" object<br>
> for making voice banks etc., and a "zoom" feature for people whose<br>
> high-resolution displays make Pd's windows microscopically small.  (Also,<br>
> setting the Pd window font size now extends to menus and dialogs).<br>
><br>
> cheers<br>
> Miller<br>
><br>
> _______________________________________________<br>
> Pd-announce mailing list<br>
> <a href="mailto:Pd-announce@lists.iem.at">Pd-announce@lists.iem.at</a><br>
> <a href="https://lists.puredata.info/listinfo/pd-announce" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-announce</a><br>
> _______________________________________________<br>
> <a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
> UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
><br>
<br>
_______________________________________________<br>
<a href="mailto:Pd-list@lists.iem.at">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="https://lists.puredata.info/listinfo/pd-list" rel="noreferrer" target="_blank">https://lists.puredata.info/listinfo/pd-list</a><br>
</div></div></blockquote></div><br></div></div>